Html Css Color HEX #C2FD7E Sulu

📋 copy color: '#C2FD7E'

red 194 ◦ green 253 ◦ blue 126

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

Shades of Sulu #C2FD7E

Tints of Sulu #C2FD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.15%

 BLUE value IS 126 (49.61% from 255) = 21.99%

R = 33.86%
G = 44.15%
B = 21.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#C2FD7E (or 0xC2FD7E) is known color: Sulu. HEX triplet: C2, FD and 7E. RGB value is (194,253,126). Sum of RGB (Red+Green+Blue) = 194+253+126=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD7E is #3D0281. Grayscale: #DDDDDD. Windows color (decimal): -3998338 or 8322498. OLE color: 8322498.

HSL color Cylindrical-coordinate representation of color #C2FD7E: hue angle of 87.87º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2FD7E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 253 126 -
CMYK 0.23 0 0.50 0.01
HSL 87.87º 0.97% 0.74% -
HSV(B) 87.87º 0.5% 0.99% -
XYZ 61.14 83.23 32.58 -
YUV 220.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 194 253 126 0.23 0 0.50 0.01 87.87 0.97 0.74
Hex C2 FD 7E 17 0 32 1 58 61 4A
Octal 302 375 176 27 0 62 1 130 141 112
Binary 11000010 11111101 1111110 10111 0 110010 1 1011000 1100001 1001010

Color Harmonies of #C2FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FD7E

Black with #C2FD7E

Text Example


Text Example

White with #C2FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FD7E; }

 p { color: rgb(194,253,126); }

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

background-color css

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

 a { background-color: rgb(194,253,126); }

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

border-color css

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

 span { border-color: rgb(194,253,126); }

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