Html Css Color HEX #C2F97A Sulu

📋 copy color: '#C2F97A'

red 194 ◦ green 249 ◦ blue 122

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

Shades of Sulu #C2F97A

Tints of Sulu #C2F97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

 BLUE value IS 122 (48.05% from 255) = 21.59%

R = 34.34%
G = 44.07%
B = 21.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#C2F97A (or 0xC2F97A) is known color: Sulu. HEX triplet: C2, F9 and 7A. RGB value is (194,249,122). Sum of RGB (Red+Green+Blue) = 194+249+122=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97A is #3D0685. Grayscale: #DADADA. Windows color (decimal): -3999366 or 8059330. OLE color: 8059330.

HSL color Cylindrical-coordinate representation of color #C2F97A: hue angle of 85.98º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2F97A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 122 -
CMYK 0.22 0 0.51 0.02
HSL 85.98º 0.91% 0.73% -
HSV(B) 85.98º 0.51% 0.98% -
XYZ 59.64 80.63 30.83 -
YUV 218.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 194 249 122 0.22 0 0.51 0.02 85.98 0.91 0.73
Hex C2 F9 7A 16 0 33 2 56 5B 49
Octal 302 371 172 26 0 63 2 126 133 111
Binary 11000010 11111001 1111010 10110 0 110011 10 1010110 1011011 1001001

Color Harmonies of #C2F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F97A

Black with #C2F97A

Text Example


Text Example

White with #C2F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F97A; }

 p { color: rgb(194,249,122); }

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

background-color css

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

 a { background-color: rgb(194,249,122); }

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

border-color css

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

 span { border-color: rgb(194,249,122); }

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