Html Css Color HEX #C2F16E Sulu

📋 copy color: '#C2F16E'

red 194 ◦ green 241 ◦ blue 110

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

Shades of Sulu #C2F16E

Tints of Sulu #C2F16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 35.6%
G = 44.22%
B = 20.18%

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

#C2F16E (or 0xC2F16E) is known color: Sulu. HEX triplet: C2, F1 and 6E. RGB value is (194,241,110). Sum of RGB (Red+Green+Blue) = 194+241+110=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F16E is #3D0E91. Grayscale: #D4D4D4. Windows color (decimal): -4001426 or 7270850. OLE color: 7270850.

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

Color convert

RGB 194 241 110 -
CMYK 0.20 0 0.54 0.05
HSL 81.53º 0.82% 0.69% -
HSV(B) 81.53º 0.54% 0.95% -
XYZ 56.52 75.51 26.35 -
YUV 212.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 194 241 110 0.20 0 0.54 0.05 81.53 0.82 0.69
Hex C2 F1 6E 14 0 36 5 52 52 45
Octal 302 361 156 24 0 66 5 122 122 105
Binary 11000010 11110001 1101110 10100 0 110110 101 1010010 1010010 1000101

Color Harmonies of #C2F16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F16E

Black with #C2F16E

Text Example


Text Example

White with #C2F16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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