#CBF975

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

Shades of Sulu #CBF975

Tints of Sulu #CBF975

Color information

#CBF975 (or 0xCBF975) is unknown color: approx Sulu. HEX triplet: CB, F9 and 75. RGB value is (203,249,117). Sum of RGB (Red+Green+Blue) = 203+249+117=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF975 is #34068A. Grayscale: #DCDCDC. Windows color (decimal): -3409547 or 7731659. OLE color: 7731659.

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

Color convert

RGB203249117-
CMYK0.1800.530.02
HSL80.91º91.67%71.76%-
HSV(B)80.91º53.01%97.65%-
XYZ61.7281.7329.35-
YUV220.269.76115.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=35.68%
G=43.76%
B=20.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491170.1800.530.0280.9191.6771.76
HexCBF975120352515c48
Octal313371165220652121134110
Binary1100101111111001111010110010011010110101000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF975; }

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

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

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

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

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

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

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

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