#CBF378

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

Shades of Sulu #CBF378

Tints of Sulu #CBF378

Color information

#CBF378 (or 0xCBF378) is unknown color: approx Sulu. HEX triplet: CB, F3 and 78. RGB value is (203,243,120). Sum of RGB (Red+Green+Blue) = 203+243+120=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF378 is #340C87. Grayscale: #D9D9D9. Windows color (decimal): -3411080 or 7926731. OLE color: 7926731.

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

Color convert

RGB203243120-
CMYK0.1600.510.05
HSL79.51º83.67%71.18%-
HSV(B)79.51º50.62%95.29%-
XYZ60.0778.1529.69-
YUV217.0273.25118-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 243 (95.31% from 255) = 42.93%
BLUE value IS 120 (47.27% from 255) = 21.20%
R=35.87%
G=42.93%
B=21.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431200.1600.510.0579.5183.6771.18
HexCBF378100335505447
Octal313363170200635120124107
Binary11001011111100111111000100000110011101101000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF378; }

 p { color: rgb(203,243,120); }

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

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

 a { background-color: rgb(203,243,120); }

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

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

 span { border-color: rgb(203,243,120); }

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