Html Css Color HEX #CEFE9A Reef

📋 copy color: '#CEFE9A'

red 206 ◦ green 254 ◦ blue 154

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

Shades of Reef #CEFE9A

Tints of Reef #CEFE9A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.37%

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

R = 33.55%
G = 41.37%
B = 25.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#CEFE9A (or 0xCEFE9A) is known color: Reef. HEX triplet: CE, FE and 9A. RGB value is (206,254,154). Sum of RGB (Red+Green+Blue) = 206+254+154=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE9A is #310165. Grayscale: #E4E4E4. Windows color (decimal): -3211622 or 10157774. OLE color: 10157774.

HSL color Cylindrical-coordinate representation of color #CEFE9A: hue angle of 88.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEFE9A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 154 -
CMYK 0.19 0 0.39 0.00
HSL 88.8º 0.98% 0.8% -
HSV(B) 88.8º 0.39% 1% -
XYZ 66.73 86.34 43.72 -
YUV 228.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 206 254 154 0.19 0 0.39 0.00 88.8 0.98 0.8
Hex CE FE 9A 13 0 27 0 59 62 50
Octal 316 376 232 23 0 47 0 131 142 120
Binary 11001110 11111110 10011010 10011 0 100111 0 1011001 1100010 1010000

Color Harmonies of #CEFE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE9A

Black with #CEFE9A

Text Example


Text Example

White with #CEFE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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