#CBDE94

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

Shades of Reef #CBDE94

Tints of Reef #CBDE94

Color information

#CBDE94 (or 0xCBDE94) is unknown color: approx Reef. HEX triplet: CB, DE and 94. RGB value is (203,222,148). Sum of RGB (Red+Green+Blue) = 203+222+148=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE94 is #34216B. Grayscale: #D0D0D0. Windows color (decimal): -3416428 or 9756363. OLE color: 9756363.

HSL color Cylindrical-coordinate representation of color #CBDE94: hue angle of 75.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBDE94 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB203222148-
CMYK0.0900.330.13
HSL75.41º52.86%72.55%-
HSV(B)75.41º33.33%87.06%-
XYZ56.167.0838.01-
YUV207.8894.21124.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=35.43%
G=38.74%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221480.0900.330.1375.4152.8672.55
HexCBDE949021D4b3549
Octal313336224110411511365111
Binary11001011110111101001010010010100001110110010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE94; }

 p { color: rgb(203,222,148); }

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

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

 a { background-color: rgb(203,222,148); }

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

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

 span { border-color: rgb(203,222,148); }

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