Html Css Color HEX #C2F671 Sulu

📋 copy color: '#C2F671'

red 194 ◦ green 246 ◦ blue 113

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

Shades of Sulu #C2F671

Tints of Sulu #C2F671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.48%

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

R = 35.08%
G = 44.48%
B = 20.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#C2F671 (or 0xC2F671) is known color: Sulu. HEX triplet: C2, F6 and 71. RGB value is (194,246,113). Sum of RGB (Red+Green+Blue) = 194+246+113=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F671 is #3D098E. Grayscale: #D7D7D7. Windows color (decimal): -4000143 or 7468738. OLE color: 7468738.

HSL color Cylindrical-coordinate representation of color #C2F671: hue angle of 83.46º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2F671 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 246 113 -
CMYK 0.21 0 0.54 0.04
HSL 83.46º 0.88% 0.7% -
HSV(B) 83.46º 0.54% 0.96% -
XYZ 58.18 78.57 27.72 -
YUV 215.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 194 246 113 0.21 0 0.54 0.04 83.46 0.88 0.7
Hex C2 F6 71 15 0 36 4 53 58 46
Octal 302 366 161 25 0 66 4 123 130 106
Binary 11000010 11110110 1110001 10101 0 110110 100 1010011 1011000 1000110

Color Harmonies of #C2F671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F671

Black with #C2F671

Text Example


Text Example

White with #C2F671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F671; }

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

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

background-color css

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

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

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

border-color css

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

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

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