Html Css Color HEX #C0E968 Sulu

📋 copy color: '#C0E968'

red 192 ◦ green 233 ◦ blue 104

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

Shades of Sulu #C0E968

Tints of Sulu #C0E968

RGB

 RED value IS 192 (75.39% from 255) = 36.29%

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

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

R = 36.29%
G = 44.05%
B = 19.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#C0E968 (or 0xC0E968) is known color: Sulu. HEX triplet: C0, E9 and 68. RGB value is (192,233,104). Sum of RGB (Red+Green+Blue) = 192+233+104=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E968 is #3F1697. Grayscale: #CECECE. Windows color (decimal): -4134552 or 6875584. OLE color: 6875584.

HSL color Cylindrical-coordinate representation of color #C0E968: hue angle of 79.07º 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 #C0E968 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 104 -
CMYK 0.18 0 0.55 0.09
HSL 79.07º 0.75% 0.66% -
HSV(B) 79.07º 0.55% 0.91% -
XYZ 53.38 70.48 23.89 -
YUV 206.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 192 233 104 0.18 0 0.55 0.09 79.07 0.75 0.66
Hex C0 E9 68 12 0 37 9 4F 4B 42
Octal 300 351 150 22 0 67 11 117 113 102
Binary 11000000 11101001 1101000 10010 0 110111 1001 1001111 1001011 1000010

Color Harmonies of #C0E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E968

Black with #C0E968

Text Example


Text Example

White with #C0E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E968; }

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

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

background-color css

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

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

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

border-color css

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

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

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