Html Css Color HEX #CEF49A Reef

📋 copy color: '#CEF49A'

red 206 ◦ green 244 ◦ blue 154

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

Shades of Reef #CEF49A

Tints of Reef #CEF49A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 34.11%
G = 40.4%
B = 25.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#CEF49A (or 0xCEF49A) is known color: Reef. HEX triplet: CE, F4 and 9A. RGB value is (206,244,154). Sum of RGB (Red+Green+Blue) = 206+244+154=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF49A is #310B65. Grayscale: #DEDEDE. Windows color (decimal): -3214182 or 10155214. OLE color: 10155214.

HSL color Cylindrical-coordinate representation of color #CEF49A: hue angle of 85.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF49A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 244 154 -
CMYK 0.16 0 0.37 0.04
HSL 85.33º 0.8% 0.78% -
HSV(B) 85.33º 0.37% 0.96% -
XYZ 63.64 80.16 42.69 -
YUV 222.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 206 244 154 0.16 0 0.37 0.04 85.33 0.8 0.78
Hex CE F4 9A 10 0 25 4 55 50 4E
Octal 316 364 232 20 0 45 4 125 120 116
Binary 11001110 11110100 10011010 10000 0 100101 100 1010101 1010000 1001110

Color Harmonies of #CEF49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF49A

Black with #CEF49A

Text Example


Text Example

White with #CEF49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF49A; }

 p { color: rgb(206,244,154); }

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

background-color css

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

 a { background-color: rgb(206,244,154); }

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

border-color css

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

 span { border-color: rgb(206,244,154); }

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