Html Css Color HEX #C2E968 Sulu

📋 copy color: '#C2E968'

red 194 ◦ green 233 ◦ blue 104

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

Shades of Sulu #C2E968

Tints of Sulu #C2E968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 36.53%
G = 43.88%
B = 19.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#C2E968 (or 0xC2E968) is known color: Sulu. HEX triplet: C2, E9 and 68. RGB value is (194,233,104). Sum of RGB (Red+Green+Blue) = 194+233+104=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E968 is #3D1697. Grayscale: #CFCFCF. Windows color (decimal): -4003480 or 6875586. OLE color: 6875586.

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

Color convert

RGB 194 233 104 -
CMYK 0.17 0 0.55 0.09
HSL 78.14º 0.75% 0.66% -
HSV(B) 78.14º 0.55% 0.91% -
XYZ 53.89 70.75 23.91 -
YUV 206.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 194 233 104 0.17 0 0.55 0.09 78.14 0.75 0.66
Hex C2 E9 68 11 0 37 9 4E 4B 42
Octal 302 351 150 21 0 67 11 116 113 102
Binary 11000010 11101001 1101000 10001 0 110111 1001 1001110 1001011 1000010

Color Harmonies of #C2E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E968

Black with #C2E968

Text Example


Text Example

White with #C2E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E968; }

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

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

background-color css

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

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

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

border-color css

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

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

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