Html Css Color HEX #CEFE9B Reef

📋 copy color: '#CEFE9B'

red 206 ◦ green 254 ◦ blue 155

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

Shades of Reef #CEFE9B

Tints of Reef #CEFE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.2%

R = 33.5%
G = 41.3%
B = 25.2%

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

#CEFE9B (or 0xCEFE9B) is known color: Reef. HEX triplet: CE, FE and 9B. RGB value is (206,254,155). Sum of RGB (Red+Green+Blue) = 206+254+155=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE9B is #310164. Grayscale: #E4E4E4. Windows color (decimal): -3211621 or 10223310. OLE color: 10223310.

HSL color Cylindrical-coordinate representation of color #CEFE9B: hue angle of 89.09º 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 #CEFE9B is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 155 -
CMYK 0.19 0 0.39 0.00
HSL 89.09º 0.98% 0.8% -
HSV(B) 89.09º 0.39% 1% -
XYZ 66.81 86.37 44.16 -
YUV 228.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 206 254 155 0.19 0 0.39 0.00 89.09 0.98 0.8
Hex CE FE 9B 13 0 27 0 59 62 50
Octal 316 376 233 23 0 47 0 131 142 120
Binary 11001110 11111110 10011011 10011 0 100111 0 1011001 1100010 1010000

Color Harmonies of #CEFE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE9B

Black with #CEFE9B

Text Example


Text Example

White with #CEFE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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