Html Css Color HEX #CBEF9D Reef

📋 copy color: '#CBEF9D'

red 203 ◦ green 239 ◦ blue 157

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

Shades of Reef #CBEF9D

Tints of Reef #CBEF9D

RGB

 RED value IS 203 (79.69% from 255) = 33.89%

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 157 (61.72% from 255) = 26.21%

R = 33.89%
G = 39.9%
B = 26.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#CBEF9D (or 0xCBEF9D) is known color: Reef. HEX triplet: CB, EF and 9D. RGB value is (203,239,157). Sum of RGB (Red+Green+Blue) = 203+239+157=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF9D is #341062. Grayscale: #DBDBDB. Windows color (decimal): -3412067 or 10350539. OLE color: 10350539.

HSL color Cylindrical-coordinate representation of color #CBEF9D: hue angle of 86.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBEF9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 157 -
CMYK 0.15 0 0.34 0.06
HSL 86.34º 0.72% 0.78% -
HSV(B) 86.34º 0.34% 0.94% -
XYZ 61.58 76.86 43.49 -
YUV 218.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 203 239 157 0.15 0 0.34 0.06 86.34 0.72 0.78
Hex CB EF 9D F 0 22 6 56 48 4E
Octal 313 357 235 17 0 42 6 126 110 116
Binary 11001011 11101111 10011101 1111 0 100010 110 1010110 1001000 1001110

Color Harmonies of #CBEF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF9D

Black with #CBEF9D

Text Example


Text Example

White with #CBEF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF9D; }

 p { color: rgb(203,239,157); }

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

background-color css

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

 a { background-color: rgb(203,239,157); }

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

border-color css

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

 span { border-color: rgb(203,239,157); }

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