Html Css Color HEX #CEF2A4 Reef

📋 copy color: '#CEF2A4'

red 206 ◦ green 242 ◦ blue 164

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

Shades of Reef #CEF2A4

Tints of Reef #CEF2A4

RGB

 RED value IS 206 (80.86% from 255) = 33.66%

 GREEN value IS 242 (94.92% from 255) = 39.54%

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 33.66%
G = 39.54%
B = 26.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#CEF2A4 (or 0xCEF2A4) is known color: Reef. HEX triplet: CE, F2 and A4. RGB value is (206,242,164). Sum of RGB (Red+Green+Blue) = 206+242+164=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2A4 is #310D5B. Grayscale: #DEDEDE. Windows color (decimal): -3214684 or 10810062. OLE color: 10810062.

HSL color Cylindrical-coordinate representation of color #CEF2A4: hue angle of 87.69º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEF2A4 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 164 -
CMYK 0.15 0 0.32 0.05
HSL 87.69º 0.75% 0.8% -
HSV(B) 87.69º 0.32% 0.95% -
XYZ 63.91 79.31 47.06 -
YUV 222.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 206 242 164 0.15 0 0.32 0.05 87.69 0.75 0.8
Hex CE F2 A4 F 0 20 5 58 4B 50
Octal 316 362 244 17 0 40 5 130 113 120
Binary 11001110 11110010 10100100 1111 0 100000 101 1011000 1001011 1010000

Color Harmonies of #CEF2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2A4

Black with #CEF2A4

Text Example


Text Example

White with #CEF2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2A4; }

 p { color: rgb(206,242,164); }

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

background-color css

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

 a { background-color: rgb(206,242,164); }

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

border-color css

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

 span { border-color: rgb(206,242,164); }

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