Html Css Color HEX #CEF992 Reef

📋 copy color: '#CEF992'

red 206 ◦ green 249 ◦ blue 146

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

Shades of Reef #CEF992

Tints of Reef #CEF992

RGB

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

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

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

R = 34.28%
G = 41.43%
B = 24.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CEF992 (or 0xCEF992) is known color: Reef. HEX triplet: CE, F9 and 92. RGB value is (206,249,146). Sum of RGB (Red+Green+Blue) = 206+249+146=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF992 is #31066D. Grayscale: #E0E0E0. Windows color (decimal): -3212910 or 9632206. OLE color: 9632206.

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

Color convert

RGB 206 249 146 -
CMYK 0.17 0 0.41 0.02
HSL 85.05º 0.9% 0.77% -
HSV(B) 85.05º 0.41% 0.98% -
XYZ 64.52 82.95 39.8 -
YUV 224.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 206 249 146 0.17 0 0.41 0.02 85.05 0.9 0.77
Hex CE F9 92 11 0 29 2 55 5A 4D
Octal 316 371 222 21 0 51 2 125 132 115
Binary 11001110 11111001 10010010 10001 0 101001 10 1010101 1011010 1001101

Color Harmonies of #CEF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF992

Black with #CEF992

Text Example


Text Example

White with #CEF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF992; }

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

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

background-color css

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

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

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

border-color css

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

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

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