#CBF498

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

Shades of Reef #CBF498

Tints of Reef #CBF498

Color information

#CBF498 (or 0xCBF498) is unknown color: approx Reef. HEX triplet: CB, F4 and 98. RGB value is (203,244,152). Sum of RGB (Red+Green+Blue) = 203+244+152=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF498 is #340B67. Grayscale: #DDDDDD. Windows color (decimal): -3410792 or 10024139. OLE color: 10024139.

HSL color Cylindrical-coordinate representation of color #CBF498: hue angle of 86.74º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF498 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB203244152-
CMYK0.1700.380.04
HSL86.74º80.7%77.65%-
HSV(B)86.74º37.7%95.69%-
XYZ62.6579.6641.78-
YUV221.2588.92114.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=33.89%
G=40.73%
B=25.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441520.1700.380.0486.7480.777.65
HexCBF49811026457514e
Octal313364230210464127121116
Binary110010111111010010011000100010100110100101011110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF498; }

 p { color: rgb(203,244,152); }

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

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

 a { background-color: rgb(203,244,152); }

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

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

 span { border-color: rgb(203,244,152); }

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