Html Css Color HEX #CEF291 Reef

📋 copy color: '#CEF291'

red 206 ◦ green 242 ◦ blue 145

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

Shades of Reef #CEF291

Tints of Reef #CEF291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

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

R = 34.74%
G = 40.81%
B = 24.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CEF291 (or 0xCEF291) is known color: Reef. HEX triplet: CE, F2 and 91. RGB value is (206,242,145). Sum of RGB (Red+Green+Blue) = 206+242+145=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF291 is #310D6E. Grayscale: #DCDCDC. Windows color (decimal): -3214703 or 9564878. OLE color: 9564878.

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

Color convert

RGB 206 242 145 -
CMYK 0.15 0 0.40 0.05
HSL 82.27º 0.79% 0.76% -
HSV(B) 82.27º 0.4% 0.95% -
XYZ 62.32 78.67 38.69 -
YUV 220.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 206 242 145 0.15 0 0.40 0.05 82.27 0.79 0.76
Hex CE F2 91 F 0 28 5 52 4F 4C
Octal 316 362 221 17 0 50 5 122 117 114
Binary 11001110 11110010 10010001 1111 0 101000 101 1010010 1001111 1001100

Color Harmonies of #CEF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF291

Black with #CEF291

Text Example


Text Example

White with #CEF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF291; }

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

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

background-color css

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

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

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

border-color css

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

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

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