Html Css Color HEX #C2FA78 Sulu

📋 copy color: '#C2FA78'

red 194 ◦ green 250 ◦ blue 120

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

Shades of Sulu #C2FA78

Tints of Sulu #C2FA78

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

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

 BLUE value IS 120 (47.27% from 255) = 21.28%

R = 34.4%
G = 44.33%
B = 21.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#C2FA78 (or 0xC2FA78) is known color: Sulu. HEX triplet: C2, FA and 78. RGB value is (194,250,120). Sum of RGB (Red+Green+Blue) = 194+250+120=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA78 is #3D0587. Grayscale: #DADADA. Windows color (decimal): -3999112 or 7928514. OLE color: 7928514.

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

Color convert

RGB 194 250 120 -
CMYK 0.22 0 0.52 0.02
HSL 85.85º 0.93% 0.73% -
HSV(B) 85.85º 0.52% 0.98% -
XYZ 59.82 81.2 30.29 -
YUV 218.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 194 250 120 0.22 0 0.52 0.02 85.85 0.93 0.73
Hex C2 FA 78 16 0 34 2 56 5D 49
Octal 302 372 170 26 0 64 2 126 135 111
Binary 11000010 11111010 1111000 10110 0 110100 10 1010110 1011101 1001001

Color Harmonies of #C2FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA78

Black with #C2FA78

Text Example


Text Example

White with #C2FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA78; }

 p { color: rgb(194,250,120); }

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

background-color css

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

 a { background-color: rgb(194,250,120); }

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

border-color css

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

 span { border-color: rgb(194,250,120); }

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