Html Css Color HEX #C0F96B Sulu

📋 copy color: '#C0F96B'

red 192 ◦ green 249 ◦ blue 107

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

Shades of Sulu #C0F96B

Tints of Sulu #C0F96B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

 BLUE value IS 107 (42.19% from 255) = 19.53%

R = 35.04%
G = 45.44%
B = 19.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#C0F96B (or 0xC0F96B) is known color: Sulu. HEX triplet: C0, F9 and 6B. RGB value is (192,249,107). Sum of RGB (Red+Green+Blue) = 192+249+107=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F96B is #3F0694. Grayscale: #D8D8D8. Windows color (decimal): -4130453 or 7076288. OLE color: 7076288.

HSL color Cylindrical-coordinate representation of color #C0F96B: hue angle of 84.08º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0F96B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 107 -
CMYK 0.23 0 0.57 0.02
HSL 84.08º 0.92% 0.7% -
HSV(B) 84.08º 0.57% 0.98% -
XYZ 58.27 80.02 26.28 -
YUV 215.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 192 249 107 0.23 0 0.57 0.02 84.08 0.92 0.7
Hex C0 F9 6B 17 0 39 2 54 5C 46
Octal 300 371 153 27 0 71 2 124 134 106
Binary 11000000 11111001 1101011 10111 0 111001 10 1010100 1011100 1000110

Color Harmonies of #C0F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F96B

Black with #C0F96B

Text Example


Text Example

White with #C0F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F96B; }

 p { color: rgb(192,249,107); }

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

background-color css

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

 a { background-color: rgb(192,249,107); }

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

border-color css

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

 span { border-color: rgb(192,249,107); }

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