#CBF971

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

Shades of Sulu #CBF971

Tints of Sulu #CBF971

Color information

#CBF971 (or 0xCBF971) is unknown color: approx Sulu. HEX triplet: CB, F9 and 71. RGB value is (203,249,113). Sum of RGB (Red+Green+Blue) = 203+249+113=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF971 is #34068E. Grayscale: #DCDCDC. Windows color (decimal): -3409551 or 7469515. OLE color: 7469515.

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

Color convert

RGB203249113-
CMYK0.1800.550.02
HSL80.29º91.89%70.98%-
HSV(B)80.29º54.62%97.65%-
XYZ61.4881.6428.14-
YUV219.7467.76116.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 113 (44.53% from 255) = 20%
R=35.93%
G=44.07%
B=20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491130.1800.550.0280.2991.8970.98
HexCBF971120372505c47
Octal313371161220672120134107
Binary1100101111111001111000110010011011110101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF971; }

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

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

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

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

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

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

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

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