Html Css Color HEX #C2F171 Sulu

📋 copy color: '#C2F171'

red 194 ◦ green 241 ◦ blue 113

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

Shades of Sulu #C2F171

Tints of Sulu #C2F171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.62%

R = 35.4%
G = 43.98%
B = 20.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#C2F171 (or 0xC2F171) is known color: Sulu. HEX triplet: C2, F1 and 71. RGB value is (194,241,113). Sum of RGB (Red+Green+Blue) = 194+241+113=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F171 is #3D0E8E. Grayscale: #D4D4D4. Windows color (decimal): -4001423 or 7467458. OLE color: 7467458.

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

Color convert

RGB 194 241 113 -
CMYK 0.20 0 0.53 0.05
HSL 82.03º 0.82% 0.69% -
HSV(B) 82.03º 0.53% 0.95% -
XYZ 56.68 75.57 27.22 -
YUV 212.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 194 241 113 0.20 0 0.53 0.05 82.03 0.82 0.69
Hex C2 F1 71 14 0 35 5 52 52 45
Octal 302 361 161 24 0 65 5 122 122 105
Binary 11000010 11110001 1110001 10100 0 110101 101 1010010 1010010 1000101

Color Harmonies of #C2F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F171

Black with #C2F171

Text Example


Text Example

White with #C2F171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F171; }

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

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

background-color css

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

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

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

border-color css

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

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

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