Html Css Color HEX #CEF48E Reef

📋 copy color: '#CEF48E'

red 206 ◦ green 244 ◦ blue 142

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

Shades of Reef #CEF48E

Tints of Reef #CEF48E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.22%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 34.8%
G = 41.22%
B = 23.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CEF48E (or 0xCEF48E) is known color: Reef. HEX triplet: CE, F4 and 8E. RGB value is (206,244,142). Sum of RGB (Red+Green+Blue) = 206+244+142=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF48E is #310B71. Grayscale: #DDDDDD. Windows color (decimal): -3214194 or 9368782. OLE color: 9368782.

HSL color Cylindrical-coordinate representation of color #CEF48E: hue angle of 82.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF48E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 244 142 -
CMYK 0.16 0 0.42 0.04
HSL 82.35º 0.82% 0.76% -
HSV(B) 82.35º 0.42% 0.96% -
XYZ 62.69 79.78 37.69 -
YUV 221.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 206 244 142 0.16 0 0.42 0.04 82.35 0.82 0.76
Hex CE F4 8E 10 0 2A 4 52 52 4C
Octal 316 364 216 20 0 52 4 122 122 114
Binary 11001110 11110100 10001110 10000 0 101010 100 1010010 1010010 1001100

Color Harmonies of #CEF48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF48E

Black with #CEF48E

Text Example


Text Example

White with #CEF48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF48E; }

 p { color: rgb(206,244,142); }

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

background-color css

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

 a { background-color: rgb(206,244,142); }

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

border-color css

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

 span { border-color: rgb(206,244,142); }

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