#CBF272

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

Shades of Sulu #CBF272

Tints of Sulu #CBF272

Color information

#CBF272 (or 0xCBF272) is unknown color: approx Sulu. HEX triplet: CB, F2 and 72. RGB value is (203,242,114). Sum of RGB (Red+Green+Blue) = 203+242+114=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF272 is #340D8D. Grayscale: #D8D8D8. Windows color (decimal): -3411342 or 7533259. OLE color: 7533259.

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

Color convert

RGB203242114-
CMYK0.1600.530.05
HSL78.28º83.12%69.8%-
HSV(B)78.28º52.89%94.9%-
XYZ59.4277.4227.73-
YUV215.7570.58118.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 242 (94.92% from 255) = 43.29%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=36.31%
G=43.29%
B=20.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421140.1600.530.0578.2883.1269.8
HexCBF2721003554e5346
Octal313362162200655116123106
Binary11001011111100101110010100000110101101100111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF272; }

 p { color: rgb(203,242,114); }

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

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

 a { background-color: rgb(203,242,114); }

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

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

 span { border-color: rgb(203,242,114); }

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