Html Css Color HEX #C2E965 Sulu

📋 copy color: '#C2E965'

red 194 ◦ green 233 ◦ blue 101

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

Shades of Sulu #C2E965

Tints of Sulu #C2E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 36.74%
G = 44.13%
B = 19.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#C2E965 (or 0xC2E965) is known color: Sulu. HEX triplet: C2, E9 and 65. RGB value is (194,233,101). Sum of RGB (Red+Green+Blue) = 194+233+101=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E965 is #3D169A. Grayscale: #CECECE. Windows color (decimal): -4003483 or 6678978. OLE color: 6678978.

HSL color Cylindrical-coordinate representation of color #C2E965: hue angle of 77.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2E965 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 101 -
CMYK 0.17 0 0.57 0.09
HSL 77.73º 0.75% 0.65% -
HSV(B) 77.73º 0.57% 0.91% -
XYZ 53.74 70.69 23.12 -
YUV 206.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 194 233 101 0.17 0 0.57 0.09 77.73 0.75 0.65
Hex C2 E9 65 11 0 39 9 4E 4B 41
Octal 302 351 145 21 0 71 11 116 113 101
Binary 11000010 11101001 1100101 10001 0 111001 1001 1001110 1001011 1000001

Color Harmonies of #C2E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E965

Black with #C2E965

Text Example


Text Example

White with #C2E965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E965; }

 p { color: rgb(194,233,101); }

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

background-color css

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

 a { background-color: rgb(194,233,101); }

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

border-color css

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

 span { border-color: rgb(194,233,101); }

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