#CBF199

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

Shades of Reef #CBF199

Tints of Reef #CBF199

Color information

#CBF199 (or 0xCBF199) is unknown color: approx Reef. HEX triplet: CB, F1 and 99. RGB value is (203,241,153). Sum of RGB (Red+Green+Blue) = 203+241+153=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF199 is #340E66. Grayscale: #DBDBDB. Windows color (decimal): -3411559 or 10088907. OLE color: 10088907.

HSL color Cylindrical-coordinate representation of color #CBF199: hue angle of 85.91º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBF199 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB203241153-
CMYK0.1600.370.05
HSL85.91º75.86%77.25%-
HSV(B)85.91º36.51%94.51%-
XYZ61.8377.9141.92-
YUV219.6190.41116.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 153 (60.16% from 255) = 25.63%
R=34.00%
G=40.37%
B=25.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411530.1600.370.0585.9175.8677.25
HexCBF199100255564c4d
Octal313361231200455126114115
Binary110010111111000110011001100000100101101101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF199; }

 p { color: rgb(203,241,153); }

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

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

 a { background-color: rgb(203,241,153); }

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

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

 span { border-color: rgb(203,241,153); }

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