#CBFD9B

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

Shades of Reef #CBFD9B

Tints of Reef #CBFD9B

Color information

#CBFD9B (or 0xCBFD9B) is unknown color: approx Reef. HEX triplet: CB, FD and 9B. RGB value is (203,253,155). Sum of RGB (Red+Green+Blue) = 203+253+155=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD9B is #340264. Grayscale: #E3E3E3. Windows color (decimal): -3408485 or 10223051. OLE color: 10223051.

HSL color Cylindrical-coordinate representation of color #CBFD9B: hue angle of 90.61º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBFD9B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB203253155-
CMYK0.2000.390.01
HSL90.61º96.08%80%-
HSV(B)90.61º38.74%99.22%-
XYZ65.6785.3144.02-
YUV226.8887.44110.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=33.22%
G=41.41%
B=25.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531550.2000.390.0190.6196.0880
HexCBFD9B1402715b6050
Octal313375233240471133140120
Binary1100101111111101100110111010001001111101101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFD9B; }

 p { color: rgb(203,253,155); }

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

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

 a { background-color: rgb(203,253,155); }

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

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

 span { border-color: rgb(203,253,155); }

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