Html Css Color HEX #CEF196 Reef

📋 copy color: '#CEF196'

red 206 ◦ green 241 ◦ blue 150

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

Shades of Reef #CEF196

Tints of Reef #CEF196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 34.51%
G = 40.37%
B = 25.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CEF196 (or 0xCEF196) is known color: Reef. HEX triplet: CE, F1 and 96. RGB value is (206,241,150). Sum of RGB (Red+Green+Blue) = 206+241+150=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF196 is #310E69. Grayscale: #DCDCDC. Windows color (decimal): -3214954 or 9892302. OLE color: 9892302.

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

Color convert

RGB 206 241 150 -
CMYK 0.15 0 0.38 0.05
HSL 83.08º 0.76% 0.77% -
HSV(B) 83.08º 0.38% 0.95% -
XYZ 62.41 78.23 40.67 -
YUV 220.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 206 241 150 0.15 0 0.38 0.05 83.08 0.76 0.77
Hex CE F1 96 F 0 26 5 53 4C 4D
Octal 316 361 226 17 0 46 5 123 114 115
Binary 11001110 11110001 10010110 1111 0 100110 101 1010011 1001100 1001101

Color Harmonies of #CEF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF196

Black with #CEF196

Text Example


Text Example

White with #CEF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF196; }

 p { color: rgb(206,241,150); }

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

background-color css

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

 a { background-color: rgb(206,241,150); }

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

border-color css

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

 span { border-color: rgb(206,241,150); }

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