Html Css Color HEX #CEF091 Reef

📋 copy color: '#CEF091'

red 206 ◦ green 240 ◦ blue 145

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

Shades of Reef #CEF091

Tints of Reef #CEF091

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.61%

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 34.86%
G = 40.61%
B = 24.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#CEF091 (or 0xCEF091) is known color: Reef. HEX triplet: CE, F0 and 91. RGB value is (206,240,145). Sum of RGB (Red+Green+Blue) = 206+240+145=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF091 is #310F6E. Grayscale: #DBDBDB. Windows color (decimal): -3215215 or 9564366. OLE color: 9564366.

HSL color Cylindrical-coordinate representation of color #CEF091: hue angle of 81.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF091 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 145 -
CMYK 0.14 0 0.40 0.06
HSL 81.47º 0.76% 0.75% -
HSV(B) 81.47º 0.4% 0.94% -
XYZ 61.72 77.49 38.49 -
YUV 219 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 206 240 145 0.14 0 0.40 0.06 81.47 0.76 0.75
Hex CE F0 91 E 0 28 6 51 4C 4B
Octal 316 360 221 16 0 50 6 121 114 113
Binary 11001110 11110000 10010001 1110 0 101000 110 1010001 1001100 1001011

Color Harmonies of #CEF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF091

Black with #CEF091

Text Example


Text Example

White with #CEF091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF091; }

 p { color: rgb(206,240,145); }

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

background-color css

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

 a { background-color: rgb(206,240,145); }

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

border-color css

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

 span { border-color: rgb(206,240,145); }

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