#CBF275

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

Shades of Sulu #CBF275

Tints of Sulu #CBF275

Color information

#CBF275 (or 0xCBF275) is unknown color: approx Sulu. HEX triplet: CB, F2 and 75. RGB value is (203,242,117). Sum of RGB (Red+Green+Blue) = 203+242+117=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF275 is #340D8A. Grayscale: #D8D8D8. Windows color (decimal): -3411339 or 7729867. OLE color: 7729867.

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

Color convert

RGB203242117-
CMYK0.1600.520.05
HSL78.72º82.78%70.39%-
HSV(B)78.72º51.65%94.9%-
XYZ59.5977.4928.64-
YUV216.0972.08118.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 117 (46.09% from 255) = 20.82%
R=36.12%
G=43.06%
B=20.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421170.1600.520.0578.7282.7870.39
HexCBF2751003454f5346
Octal313362165200645117123106
Binary11001011111100101110101100000110100101100111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF275; }

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

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

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

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

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

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

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

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