Html Css Color HEX #CBEF96 Reef

📋 copy color: '#CBEF96'

red 203 ◦ green 239 ◦ blue 150

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

Shades of Reef #CBEF96

Tints of Reef #CBEF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.34%

R = 34.29%
G = 40.37%
B = 25.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CBEF96 (or 0xCBEF96) is known color: Reef. HEX triplet: CB, EF and 96. RGB value is (203,239,150). Sum of RGB (Red+Green+Blue) = 203+239+150=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF96 is #341069. Grayscale: #DADADA. Windows color (decimal): -3412074 or 9891787. OLE color: 9891787.

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

Color convert

RGB 203 239 150 -
CMYK 0.15 0 0.37 0.06
HSL 84.27º 0.74% 0.76% -
HSV(B) 84.27º 0.37% 0.94% -
XYZ 61 76.63 40.43 -
YUV 218.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 203 239 150 0.15 0 0.37 0.06 84.27 0.74 0.76
Hex CB EF 96 F 0 25 6 54 4A 4C
Octal 313 357 226 17 0 45 6 124 112 114
Binary 11001011 11101111 10010110 1111 0 100101 110 1010100 1001010 1001100

Color Harmonies of #CBEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF96

Black with #CBEF96

Text Example


Text Example

White with #CBEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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