Html Css Color HEX #C0FA7E Sulu

📋 copy color: '#C0FA7E'

red 192 ◦ green 250 ◦ blue 126

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

Shades of Sulu #C0FA7E

Tints of Sulu #C0FA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.18%

R = 33.8%
G = 44.01%
B = 22.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C0FA7E (or 0xC0FA7E) is known color: Sulu. HEX triplet: C0, FA and 7E. RGB value is (192,250,126). Sum of RGB (Red+Green+Blue) = 192+250+126=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA7E is #3F0581. Grayscale: #DADADA. Windows color (decimal): -4130178 or 8321728. OLE color: 8321728.

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

Color convert

RGB 192 250 126 -
CMYK 0.23 0 0.50 0.02
HSL 88.06º 0.93% 0.74% -
HSV(B) 88.06º 0.5% 0.98% -
XYZ 59.69 81.08 32.24 -
YUV 218.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 192 250 126 0.23 0 0.50 0.02 88.06 0.93 0.74
Hex C0 FA 7E 17 0 32 2 58 5D 4A
Octal 300 372 176 27 0 62 2 130 135 112
Binary 11000000 11111010 1111110 10111 0 110010 10 1011000 1011101 1001010

Color Harmonies of #C0FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA7E

Black with #C0FA7E

Text Example


Text Example

White with #C0FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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