Html Css Color HEX #CEF68E Reef

📋 copy color: '#CEF68E'

red 206 ◦ green 246 ◦ blue 142

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

Shades of Reef #CEF68E

Tints of Reef #CEF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 34.68%
G = 41.41%
B = 23.91%

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

#CEF68E (or 0xCEF68E) is known color: Reef. HEX triplet: CE, F6 and 8E. RGB value is (206,246,142). Sum of RGB (Red+Green+Blue) = 206+246+142=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF68E is #310971. Grayscale: #DEDEDE. Windows color (decimal): -3213682 or 9369294. OLE color: 9369294.

HSL color Cylindrical-coordinate representation of color #CEF68E: hue angle of 83.08º degrees, saturation: 0.85, 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 #CEF68E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 142 -
CMYK 0.16 0 0.42 0.04
HSL 83.08º 0.85% 0.76% -
HSV(B) 83.08º 0.42% 0.96% -
XYZ 63.29 80.99 37.89 -
YUV 222.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 206 246 142 0.16 0 0.42 0.04 83.08 0.85 0.76
Hex CE F6 8E 10 0 2A 4 53 55 4C
Octal 316 366 216 20 0 52 4 123 125 114
Binary 11001110 11110110 10001110 10000 0 101010 100 1010011 1010101 1001100

Color Harmonies of #CEF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF68E

Black with #CEF68E

Text Example


Text Example

White with #CEF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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