Html Css Color HEX #C2E966 Sulu

📋 copy color: '#C2E966'

red 194 ◦ green 233 ◦ blue 102

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

Shades of Sulu #C2E966

Tints of Sulu #C2E966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 36.67%
G = 44.05%
B = 19.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#C2E966 (or 0xC2E966) is known color: Sulu. HEX triplet: C2, E9 and 66. RGB value is (194,233,102). Sum of RGB (Red+Green+Blue) = 194+233+102=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E966 is #3D1699. Grayscale: #CECECE. Windows color (decimal): -4003482 or 6744514. OLE color: 6744514.

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

Color convert

RGB 194 233 102 -
CMYK 0.17 0 0.56 0.09
HSL 77.86º 0.75% 0.66% -
HSV(B) 77.86º 0.56% 0.91% -
XYZ 53.79 70.71 23.38 -
YUV 206.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 194 233 102 0.17 0 0.56 0.09 77.86 0.75 0.66
Hex C2 E9 66 11 0 38 9 4E 4B 42
Octal 302 351 146 21 0 70 11 116 113 102
Binary 11000010 11101001 1100110 10001 0 111000 1001 1001110 1001011 1000010

Color Harmonies of #C2E966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E966

Black with #C2E966

Text Example


Text Example

White with #C2E966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E966; }

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

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

background-color css

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

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

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

border-color css

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

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

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