Html Css Color HEX #CEF292 Reef

📋 copy color: '#CEF292'

red 206 ◦ green 242 ◦ blue 146

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

Shades of Reef #CEF292

Tints of Reef #CEF292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 34.68%
G = 40.74%
B = 24.58%

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

#CEF292 (or 0xCEF292) is known color: Reef. HEX triplet: CE, F2 and 92. RGB value is (206,242,146). Sum of RGB (Red+Green+Blue) = 206+242+146=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF292 is #310D6D. Grayscale: #DCDCDC. Windows color (decimal): -3214702 or 9630414. OLE color: 9630414.

HSL color Cylindrical-coordinate representation of color #CEF292: hue angle of 82.5º 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 #CEF292 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 146 -
CMYK 0.15 0 0.40 0.05
HSL 82.5º 0.79% 0.76% -
HSV(B) 82.5º 0.4% 0.95% -
XYZ 62.39 78.7 39.1 -
YUV 220.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 206 242 146 0.15 0 0.40 0.05 82.5 0.79 0.76
Hex CE F2 92 F 0 28 5 52 4F 4C
Octal 316 362 222 17 0 50 5 122 117 114
Binary 11001110 11110010 10010010 1111 0 101000 101 1010010 1001111 1001100

Color Harmonies of #CEF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF292

Black with #CEF292

Text Example


Text Example

White with #CEF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF292; }

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

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

background-color css

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

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

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

border-color css

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

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

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