#CBED95

Color #CBED95 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBED95

Tints of Reef #CBED95

Color information

#CBED95 (or 0xCBED95) is unknown color: approx Reef. HEX triplet: CB, ED and 95. RGB value is (203,237,149). Sum of RGB (Red+Green+Blue) = 203+237+149=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED95 is #34126A. Grayscale: #D9D9D9. Windows color (decimal): -3412587 or 9825739. OLE color: 9825739.

HSL color Cylindrical-coordinate representation of color #CBED95: hue angle of 83.18º 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 #CBED95 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB203237149-
CMYK0.1400.370.07
HSL83.18º70.97%75.69%-
HSV(B)83.18º37.13%92.94%-
XYZ60.3475.4339.81-
YUV216.889.74118.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=34.47%
G=40.24%
B=25.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371490.1400.370.0783.1870.9775.69
HexCBED95E025753474c
Octal313355225160457123107114
Binary11001011111011011001010111100100101111101001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBED95; }

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

 H1.HeaderClassName
 {
   color: #CBED95;
 }
 .AnyTagClassName
 {
   color: #CBED95;
 }
</style>
background-color css

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

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

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

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

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

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