Html Css Color HEX #CEFE8C Reef

📋 copy color: '#CEFE8C'

red 206 ◦ green 254 ◦ blue 140

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

Shades of Reef #CEFE8C

Tints of Reef #CEFE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.33%

R = 34.33%
G = 42.33%
B = 23.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#CEFE8C (or 0xCEFE8C) is known color: Reef. HEX triplet: CE, FE and 8C. RGB value is (206,254,140). Sum of RGB (Red+Green+Blue) = 206+254+140=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE8C is #310173. Grayscale: #E3E3E3. Windows color (decimal): -3211636 or 9240270. OLE color: 9240270.

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

Color convert

RGB 206 254 140 -
CMYK 0.19 0 0.45 0.00
HSL 85.26º 0.98% 0.77% -
HSV(B) 85.26º 0.45% 1% -
XYZ 65.63 85.9 37.93 -
YUV 226.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 206 254 140 0.19 0 0.45 0.00 85.26 0.98 0.77
Hex CE FE 8C 13 0 2D 0 55 62 4D
Octal 316 376 214 23 0 55 0 125 142 115
Binary 11001110 11111110 10001100 10011 0 101101 0 1010101 1100010 1001101

Color Harmonies of #CEFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE8C

Black with #CEFE8C

Text Example


Text Example

White with #CEFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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