Html Css Color HEX #6CDD2D Apple

📋 copy color: '#6CDD2D'

red 108 ◦ green 221 ◦ blue 45

#6CDD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6CDD2D

Tints of Apple #6CDD2D

RGB

 RED value IS 108 (42.58% from 255) = 28.88%

 GREEN value IS 221 (86.72% from 255) = 59.09%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 28.88%
G = 59.09%
B = 12.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CDD2D (or 0x6CDD2D) is known color: Apple. HEX triplet: 6C, DD and 2D. RGB value is (108,221,45). Sum of RGB (Red+Green+Blue) = 108+221+45=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD2D is #9322D2. Grayscale: #A7A7A7. Windows color (decimal): -9642707 or 3005804. OLE color: 3005804.

HSL color Cylindrical-coordinate representation of color #6CDD2D: hue angle of 98.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CDD2D is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 221 45 -
CMYK 0.51 0 0.80 0.13
HSL 98.52º 0.72% 0.52% -
HSV(B) 98.52º 0.8% 0.87% -
XYZ 32.51 55.09 11.4 -
YUV 167.15 59.06 85.81 -
System Red Green Blue C M Y K H S L
Decimal 108 221 45 0.51 0 0.80 0.13 98.52 0.72 0.52
Hex 6C DD 2D 33 0 50 D 63 48 34
Octal 154 335 55 63 0 120 15 143 110 64
Binary 1101100 11011101 101101 110011 0 1010000 1101 1100011 1001000 110100

Color Harmonies of #6CDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDD2D

Black with #6CDD2D

Text Example


Text Example

White with #6CDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CDD2D; }

 p { color: rgb(108,221,45); }

 H1.HeaderClassName
 {
   color: #6CDD2D;
 }
 .AnyTagClassName
 {
   color: #6CDD2D;
 }
</style>

background-color css

<style>
 a { background-color: #6CDD2D; }

 a { background-color: rgb(108,221,45); }

 div.DivClassName
 {
   background-color: #6CDD2D;
 }
 .BgClassName
 {
   background-color: #6CDD2D;
 }
</style>

border-color css

<style>
 span { border-color: #6CDD2D; }

 span { border-color: rgb(108,221,45); }

 td.TdClassName
 {
   border-color: #6CDD2D;
 }
 .TagClassName
 {
   border-color: #6CDD2D;
 }
</style>