#CBF99B

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

Shades of Reef #CBF99B

Tints of Reef #CBF99B

Color information

#CBF99B (or 0xCBF99B) is unknown color: approx Reef. HEX triplet: CB, F9 and 9B. RGB value is (203,249,155). Sum of RGB (Red+Green+Blue) = 203+249+155=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99B is #340664. Grayscale: #E0E0E0. Windows color (decimal): -3409509 or 10222027. OLE color: 10222027.

HSL color Cylindrical-coordinate representation of color #CBF99B: hue angle of 89.36º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF99B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB203249155-
CMYK0.1800.380.02
HSL89.36º88.68%79.22%-
HSV(B)89.36º37.75%97.65%-
XYZ64.4282.8143.6-
YUV224.5388.76112.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 155 (60.94% from 255) = 25.54%
R=33.44%
G=41.02%
B=25.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491550.1800.380.0289.3688.6879.22
HexCBF99B12026259594f
Octal313371233220462131131117
Binary11001011111110011001101110010010011010101100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF99B; }

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

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

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

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

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

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

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

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