Html Css Color HEX #CEF98E Reef

📋 copy color: '#CEF98E'

red 206 ◦ green 249 ◦ blue 142

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

Shades of Reef #CEF98E

Tints of Reef #CEF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.71%

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

R = 34.51%
G = 41.71%
B = 23.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CEF98E (or 0xCEF98E) is known color: Reef. HEX triplet: CE, F9 and 8E. RGB value is (206,249,142). Sum of RGB (Red+Green+Blue) = 206+249+142=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF98E is #310671. Grayscale: #E0E0E0. Windows color (decimal): -3212914 or 9370062. OLE color: 9370062.

HSL color Cylindrical-coordinate representation of color #CEF98E: hue angle of 84.11º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF98E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 142 -
CMYK 0.17 0 0.43 0.02
HSL 84.11º 0.9% 0.77% -
HSV(B) 84.11º 0.43% 0.98% -
XYZ 64.21 82.83 38.19 -
YUV 223.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 206 249 142 0.17 0 0.43 0.02 84.11 0.9 0.77
Hex CE F9 8E 11 0 2B 2 54 5A 4D
Octal 316 371 216 21 0 53 2 124 132 115
Binary 11001110 11111001 10001110 10001 0 101011 10 1010100 1011010 1001101

Color Harmonies of #CEF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF98E

Black with #CEF98E

Text Example


Text Example

White with #CEF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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