Html Css Color HEX #CEF991 Reef

📋 copy color: '#CEF991'

red 206 ◦ green 249 ◦ blue 145

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

Shades of Reef #CEF991

Tints of Reef #CEF991

RGB

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

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

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

R = 34.33%
G = 41.5%
B = 24.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CEF991 (or 0xCEF991) is known color: Reef. HEX triplet: CE, F9 and 91. RGB value is (206,249,145). Sum of RGB (Red+Green+Blue) = 206+249+145=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF991 is #31066E. Grayscale: #E0E0E0. Windows color (decimal): -3212911 or 9566670. OLE color: 9566670.

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

Color convert

RGB 206 249 145 -
CMYK 0.17 0 0.42 0.02
HSL 84.81º 0.9% 0.77% -
HSV(B) 84.81º 0.42% 0.98% -
XYZ 64.44 82.92 39.4 -
YUV 224.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 206 249 145 0.17 0 0.42 0.02 84.81 0.9 0.77
Hex CE F9 91 11 0 2A 2 55 5A 4D
Octal 316 371 221 21 0 52 2 125 132 115
Binary 11001110 11111001 10010001 10001 0 101010 10 1010101 1011010 1001101

Color Harmonies of #CEF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF991

Black with #CEF991

Text Example


Text Example

White with #CEF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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