Html Css Color HEX #C0F962 Sulu

📋 copy color: '#C0F962'

red 192 ◦ green 249 ◦ blue 98

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

Shades of Sulu #C0F962

Tints of Sulu #C0F962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.18%

R = 35.62%
G = 46.2%
B = 18.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C0F962 (or 0xC0F962) is known color: Sulu. HEX triplet: C0, F9 and 62. RGB value is (192,249,98). Sum of RGB (Red+Green+Blue) = 192+249+98=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F962 is #3F069D. Grayscale: #D7D7D7. Windows color (decimal): -4130462 or 6486464. OLE color: 6486464.

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

Color convert

RGB 192 249 98 -
CMYK 0.23 0 0.61 0.02
HSL 82.65º 0.93% 0.68% -
HSV(B) 82.65º 0.61% 0.98% -
XYZ 57.82 79.84 23.92 -
YUV 214.74 62.12 111.78 -
System Red Green Blue C M Y K H S L
Decimal 192 249 98 0.23 0 0.61 0.02 82.65 0.93 0.68
Hex C0 F9 62 17 0 3D 2 53 5D 44
Octal 300 371 142 27 0 75 2 123 135 104
Binary 11000000 11111001 1100010 10111 0 111101 10 1010011 1011101 1000100

Color Harmonies of #C0F962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F962

Black with #C0F962

Text Example


Text Example

White with #C0F962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F962; }

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

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

background-color css

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

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

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

border-color css

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

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

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