#C0F27B

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

Shades of Sulu #C0F27B

Tints of Sulu #C0F27B

Color information

#C0F27B (or 0xC0F27B) is unknown color: approx Sulu. HEX triplet: C0, F2 and 7B. RGB value is (192,242,123). Sum of RGB (Red+Green+Blue) = 192+242+123=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F27B is #3F0D84. Grayscale: #D5D5D5. Windows color (decimal): -4132229 or 8123072. OLE color: 8123072.

HSL color Cylindrical-coordinate representation of color #C0F27B: hue angle of 85.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0F27B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB192242123-
CMYK0.2100.490.05
HSL85.21º82.07%71.57%-
HSV(B)85.21º49.17%94.9%-
XYZ57.0776.1430.43-
YUV213.4876.94112.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 242 (94.92% from 255) = 43.45%
BLUE value IS 123 (48.44% from 255) = 22.08%
R=34.47%
G=43.45%
B=22.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421230.2100.490.0585.2182.0771.57
HexC0F27B150315555248
Octal300362173250615125122110
Binary11000000111100101111011101010110001101101010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F27B; }

 p { color: rgb(192,242,123); }

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

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

 a { background-color: rgb(192,242,123); }

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

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

 span { border-color: rgb(192,242,123); }

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