Html Css Color HEX #C2FA75 Sulu

📋 copy color: '#C2FA75'

red 194 ◦ green 250 ◦ blue 117

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

Shades of Sulu #C2FA75

Tints of Sulu #C2FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 34.58%
G = 44.56%
B = 20.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#C2FA75 (or 0xC2FA75) is known color: Sulu. HEX triplet: C2, FA and 75. RGB value is (194,250,117). Sum of RGB (Red+Green+Blue) = 194+250+117=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA75 is #3D058A. Grayscale: #DADADA. Windows color (decimal): -3999115 or 7731906. OLE color: 7731906.

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

Color convert

RGB 194 250 117 -
CMYK 0.22 0 0.53 0.02
HSL 85.26º 0.93% 0.72% -
HSV(B) 85.26º 0.53% 0.98% -
XYZ 59.64 81.12 29.34 -
YUV 218.09 70.95 110.81 -
System Red Green Blue C M Y K H S L
Decimal 194 250 117 0.22 0 0.53 0.02 85.26 0.93 0.72
Hex C2 FA 75 16 0 35 2 55 5D 48
Octal 302 372 165 26 0 65 2 125 135 110
Binary 11000010 11111010 1110101 10110 0 110101 10 1010101 1011101 1001000

Color Harmonies of #C2FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA75

Black with #C2FA75

Text Example


Text Example

White with #C2FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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