Html Css Color HEX #CBED96 Reef

📋 copy color: '#CBED96'

red 203 ◦ green 237 ◦ blue 150

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

Shades of Reef #CBED96

Tints of Reef #CBED96

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

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

R = 34.41%
G = 40.17%
B = 25.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#CBED96 (or 0xCBED96) is known color: Reef. HEX triplet: CB, ED and 96. RGB value is (203,237,150). Sum of RGB (Red+Green+Blue) = 203+237+150=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED96 is #341269. Grayscale: #D9D9D9. Windows color (decimal): -3412586 or 9891275. OLE color: 9891275.

HSL color Cylindrical-coordinate representation of color #CBED96: hue angle of 83.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBED96 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 150 -
CMYK 0.14 0 0.37 0.07
HSL 83.45º 0.71% 0.76% -
HSV(B) 83.45º 0.37% 0.93% -
XYZ 60.42 75.47 40.24 -
YUV 216.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 203 237 150 0.14 0 0.37 0.07 83.45 0.71 0.76
Hex CB ED 96 E 0 25 7 53 47 4C
Octal 313 355 226 16 0 45 7 123 107 114
Binary 11001011 11101101 10010110 1110 0 100101 111 1010011 1000111 1001100

Color Harmonies of #CBED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED96

Black with #CBED96

Text Example


Text Example

White with #CBED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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