Html Css Color HEX #C2F382 Sulu

📋 copy color: '#C2F382'

red 194 ◦ green 243 ◦ blue 130

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

Shades of Sulu #C2F382

Tints of Sulu #C2F382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.86%

 BLUE value IS 130 (51.17% from 255) = 22.93%

R = 34.22%
G = 42.86%
B = 22.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#C2F382 (or 0xC2F382) is known color: Sulu. HEX triplet: C2, F3 and 82. RGB value is (194,243,130). Sum of RGB (Red+Green+Blue) = 194+243+130=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F382 is #3D0C7D. Grayscale: #D7D7D7. Windows color (decimal): -4000894 or 8582082. OLE color: 8582082.

HSL color Cylindrical-coordinate representation of color #C2F382: hue angle of 86.02º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2F382 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 130 -
CMYK 0.20 0 0.47 0.05
HSL 86.02º 0.82% 0.73% -
HSV(B) 86.02º 0.47% 0.95% -
XYZ 58.33 77.18 32.94 -
YUV 215.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 194 243 130 0.20 0 0.47 0.05 86.02 0.82 0.73
Hex C2 F3 82 14 0 2F 5 56 52 49
Octal 302 363 202 24 0 57 5 126 122 111
Binary 11000010 11110011 10000010 10100 0 101111 101 1010110 1010010 1001001

Color Harmonies of #C2F382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F382

Black with #C2F382

Text Example


Text Example

White with #C2F382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F382; }

 p { color: rgb(194,243,130); }

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

background-color css

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

 a { background-color: rgb(194,243,130); }

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

border-color css

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

 span { border-color: rgb(194,243,130); }

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