Html Css Color HEX #C2F170 Sulu

📋 copy color: '#C2F170'

red 194 ◦ green 241 ◦ blue 112

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

Shades of Sulu #C2F170

Tints of Sulu #C2F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 35.47%
G = 44.06%
B = 20.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#C2F170 (or 0xC2F170) is known color: Sulu. HEX triplet: C2, F1 and 70. RGB value is (194,241,112). Sum of RGB (Red+Green+Blue) = 194+241+112=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F170 is #3D0E8F. Grayscale: #D4D4D4. Windows color (decimal): -4001424 or 7401922. OLE color: 7401922.

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

Color convert

RGB 194 241 112 -
CMYK 0.20 0 0.54 0.05
HSL 81.86º 0.82% 0.69% -
HSV(B) 81.86º 0.54% 0.95% -
XYZ 56.63 75.55 26.93 -
YUV 212.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 194 241 112 0.20 0 0.54 0.05 81.86 0.82 0.69
Hex C2 F1 70 14 0 36 5 52 52 45
Octal 302 361 160 24 0 66 5 122 122 105
Binary 11000010 11110001 1110000 10100 0 110110 101 1010010 1010010 1000101

Color Harmonies of #C2F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F170

Black with #C2F170

Text Example


Text Example

White with #C2F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F170; }

 p { color: rgb(194,241,112); }

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

background-color css

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

 a { background-color: rgb(194,241,112); }

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

border-color css

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

 span { border-color: rgb(194,241,112); }

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