Html Css Color HEX #C0F968 Sulu

📋 copy color: '#C0F968'

red 192 ◦ green 249 ◦ blue 104

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

Shades of Sulu #C0F968

Tints of Sulu #C0F968

RGB

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

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

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

R = 35.23%
G = 45.69%
B = 19.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#C0F968 (or 0xC0F968) is known color: Sulu. HEX triplet: C0, F9 and 68. RGB value is (192,249,104). Sum of RGB (Red+Green+Blue) = 192+249+104=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F968 is #3F0697. Grayscale: #D7D7D7. Windows color (decimal): -4130456 or 6879680. OLE color: 6879680.

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

Color convert

RGB 192 249 104 -
CMYK 0.23 0 0.58 0.02
HSL 83.59º 0.92% 0.69% -
HSV(B) 83.59º 0.58% 0.98% -
XYZ 58.11 79.96 25.47 -
YUV 215.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 192 249 104 0.23 0 0.58 0.02 83.59 0.92 0.69
Hex C0 F9 68 17 0 3A 2 54 5C 45
Octal 300 371 150 27 0 72 2 124 134 105
Binary 11000000 11111001 1101000 10111 0 111010 10 1010100 1011100 1000101

Color Harmonies of #C0F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F968

Black with #C0F968

Text Example


Text Example

White with #C0F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F968; }

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

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

background-color css

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

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

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

border-color css

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

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

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