Html Css Color HEX #CEF28E Reef

📋 copy color: '#CEF28E'

red 206 ◦ green 242 ◦ blue 142

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

Shades of Reef #CEF28E

Tints of Reef #CEF28E

RGB

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

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

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

R = 34.92%
G = 41.02%
B = 24.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#CEF28E (or 0xCEF28E) is known color: Reef. HEX triplet: CE, F2 and 8E. RGB value is (206,242,142). Sum of RGB (Red+Green+Blue) = 206+242+142=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF28E is #310D71. Grayscale: #DCDCDC. Windows color (decimal): -3214706 or 9368270. OLE color: 9368270.

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

Color convert

RGB 206 242 142 -
CMYK 0.15 0 0.41 0.05
HSL 81.6º 0.79% 0.75% -
HSV(B) 81.6º 0.41% 0.95% -
XYZ 62.09 78.58 37.49 -
YUV 219.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 206 242 142 0.15 0 0.41 0.05 81.6 0.79 0.75
Hex CE F2 8E F 0 29 5 52 4F 4B
Octal 316 362 216 17 0 51 5 122 117 113
Binary 11001110 11110010 10001110 1111 0 101001 101 1010010 1001111 1001011

Color Harmonies of #CEF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF28E

Black with #CEF28E

Text Example


Text Example

White with #CEF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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