Html Css Color HEX #CDFEA6 Reef

📋 copy color: '#CDFEA6'

red 205 ◦ green 254 ◦ blue 166

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

Shades of Reef #CDFEA6

Tints of Reef #CDFEA6

RGB

 RED value IS 205 (80.47% from 255) = 32.8%

 GREEN value IS 254 (99.61% from 255) = 40.64%

 BLUE value IS 166 (65.23% from 255) = 26.56%

R = 32.8%
G = 40.64%
B = 26.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#CDFEA6 (or 0xCDFEA6) is known color: Reef. HEX triplet: CD, FE and A6. RGB value is (205,254,166). Sum of RGB (Red+Green+Blue) = 205+254+166=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFEA6 is #320159. Grayscale: #E5E5E5. Windows color (decimal): -3277146 or 10944205. OLE color: 10944205.

HSL color Cylindrical-coordinate representation of color #CDFEA6: hue angle of 93.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDFEA6 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 166 -
CMYK 0.19 0 0.35 0.00
HSL 93.41º 0.98% 0.82% -
HSV(B) 93.41º 0.35% 1% -
XYZ 67.5 86.62 49.24 -
YUV 229.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 205 254 166 0.19 0 0.35 0.00 93.41 0.98 0.82
Hex CD FE A6 13 0 23 0 5D 62 52
Octal 315 376 246 23 0 43 0 135 142 122
Binary 11001101 11111110 10100110 10011 0 100011 0 1011101 1100010 1010010

Color Harmonies of #CDFEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFEA6

Black with #CDFEA6

Text Example


Text Example

White with #CDFEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFEA6; }

 p { color: rgb(205,254,166); }

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

background-color css

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

 a { background-color: rgb(205,254,166); }

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

border-color css

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

 span { border-color: rgb(205,254,166); }

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