Html Css Color HEX #C0FA6F Sulu

📋 copy color: '#C0FA6F'

red 192 ◦ green 250 ◦ blue 111

#C0FA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #C0FA6F

Tints of Sulu #C0FA6F

RGB

 RED value IS 192 (75.39% from 255) = 34.72%

 GREEN value IS 250 (98.05% from 255) = 45.21%

 BLUE value IS 111 (43.75% from 255) = 20.07%

R = 34.72%
G = 45.21%
B = 20.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#C0FA6F (or 0xC0FA6F) is known color: Sulu. HEX triplet: C0, FA and 6F. RGB value is (192,250,111). Sum of RGB (Red+Green+Blue) = 192+250+111=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA6F is #3F0590. Grayscale: #D9D9D9. Windows color (decimal): -4130193 or 7338688. OLE color: 7338688.

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

Color convert

RGB 192 250 111 -
CMYK 0.23 0 0.56 0.02
HSL 85.04º 0.93% 0.71% -
HSV(B) 85.04º 0.56% 0.98% -
XYZ 58.79 80.73 27.52 -
YUV 216.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 192 250 111 0.23 0 0.56 0.02 85.04 0.93 0.71
Hex C0 FA 6F 17 0 38 2 55 5D 47
Octal 300 372 157 27 0 70 2 125 135 107
Binary 11000000 11111010 1101111 10111 0 111000 10 1010101 1011101 1000111

Color Harmonies of #C0FA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA6F

Black with #C0FA6F

Text Example


Text Example

White with #C0FA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA6F; }

 p { color: rgb(192,250,111); }

 H1.HeaderClassName
 {
   color: #C0FA6F;
 }
 .AnyTagClassName
 {
   color: #C0FA6F;
 }
</style>

background-color css

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

 a { background-color: rgb(192,250,111); }

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

border-color css

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

 span { border-color: rgb(192,250,111); }

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