Html Css Color HEX #C0EF68 Sulu

📋 copy color: '#C0EF68'

red 192 ◦ green 239 ◦ blue 104

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

Shades of Sulu #C0EF68

Tints of Sulu #C0EF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 35.89%
G = 44.67%
B = 19.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#C0EF68 (or 0xC0EF68) is known color: Sulu. HEX triplet: C0, EF and 68. RGB value is (192,239,104). Sum of RGB (Red+Green+Blue) = 192+239+104=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF68 is #3F1097. Grayscale: #D2D2D2. Windows color (decimal): -4133016 or 6877120. OLE color: 6877120.

HSL color Cylindrical-coordinate representation of color #C0EF68: hue angle of 80.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0EF68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 104 -
CMYK 0.20 0 0.56 0.06
HSL 80.89º 0.81% 0.67% -
HSV(B) 80.89º 0.56% 0.94% -
XYZ 55.1 73.94 24.46 -
YUV 209.56 68.43 115.48 -
System Red Green Blue C M Y K H S L
Decimal 192 239 104 0.20 0 0.56 0.06 80.89 0.81 0.67
Hex C0 EF 68 14 0 38 6 51 51 43
Octal 300 357 150 24 0 70 6 121 121 103
Binary 11000000 11101111 1101000 10100 0 111000 110 1010001 1010001 1000011

Color Harmonies of #C0EF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF68

Black with #C0EF68

Text Example


Text Example

White with #C0EF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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