Html Css Color HEX #C2F670 Sulu

📋 copy color: '#C2F670'

red 194 ◦ green 246 ◦ blue 112

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

Shades of Sulu #C2F670

Tints of Sulu #C2F670

RGB

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

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

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

R = 35.14%
G = 44.57%
B = 20.29%

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

#C2F670 (or 0xC2F670) is known color: Sulu. HEX triplet: C2, F6 and 70. RGB value is (194,246,112). Sum of RGB (Red+Green+Blue) = 194+246+112=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F670 is #3D098F. Grayscale: #D7D7D7. Windows color (decimal): -4000144 or 7403202. OLE color: 7403202.

HSL color Cylindrical-coordinate representation of color #C2F670: hue angle of 83.28º 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 #C2F670 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 246 112 -
CMYK 0.21 0 0.54 0.04
HSL 83.28º 0.88% 0.7% -
HSV(B) 83.28º 0.54% 0.96% -
XYZ 58.13 78.55 27.43 -
YUV 215.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 194 246 112 0.21 0 0.54 0.04 83.28 0.88 0.7
Hex C2 F6 70 15 0 36 4 53 58 46
Octal 302 366 160 25 0 66 4 123 130 106
Binary 11000010 11110110 1110000 10101 0 110110 100 1010011 1011000 1000110

Color Harmonies of #C2F670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F670

Black with #C2F670

Text Example


Text Example

White with #C2F670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F670; }

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

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

background-color css

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

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

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

border-color css

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

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

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