Html Css Color HEX #C2DE71 Sulu

📋 copy color: '#C2DE71'

red 194 ◦ green 222 ◦ blue 113

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

Shades of Sulu #C2DE71

Tints of Sulu #C2DE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 36.67%
G = 41.97%
B = 21.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C2DE71 (or 0xC2DE71) is known color: Sulu. HEX triplet: C2, DE and 71. RGB value is (194,222,113). Sum of RGB (Red+Green+Blue) = 194+222+113=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE71 is #3D218E. Grayscale: #C9C9C9. Windows color (decimal): -4006287 or 7462594. OLE color: 7462594.

HSL color Cylindrical-coordinate representation of color #C2DE71: hue angle of 75.41º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2DE71 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 113 -
CMYK 0.13 0 0.49 0.13
HSL 75.41º 0.62% 0.66% -
HSV(B) 75.41º 0.49% 0.87% -
XYZ 51.35 64.9 25.44 -
YUV 201.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 194 222 113 0.13 0 0.49 0.13 75.41 0.62 0.66
Hex C2 DE 71 D 0 31 D 4B 3E 42
Octal 302 336 161 15 0 61 15 113 76 102
Binary 11000010 11011110 1110001 1101 0 110001 1101 1001011 111110 1000010

Color Harmonies of #C2DE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE71

Black with #C2DE71

Text Example


Text Example

White with #C2DE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE71; }

 p { color: rgb(194,222,113); }

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

background-color css

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

 a { background-color: rgb(194,222,113); }

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

border-color css

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

 span { border-color: rgb(194,222,113); }

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