Html Css Color HEX #C0F76C Sulu

📋 copy color: '#C0F76C'

red 192 ◦ green 247 ◦ blue 108

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

Shades of Sulu #C0F76C

Tints of Sulu #C0F76C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

 BLUE value IS 108 (42.58% from 255) = 19.74%

R = 35.1%
G = 45.16%
B = 19.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#C0F76C (or 0xC0F76C) is known color: Sulu. HEX triplet: C0, F7 and 6C. RGB value is (192,247,108). Sum of RGB (Red+Green+Blue) = 192+247+108=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F76C is #3F0893. Grayscale: #D7D7D7. Windows color (decimal): -4130964 or 7141312. OLE color: 7141312.

HSL color Cylindrical-coordinate representation of color #C0F76C: hue angle of 83.74º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0F76C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 108 -
CMYK 0.22 0 0.56 0.03
HSL 83.74º 0.9% 0.7% -
HSV(B) 83.74º 0.56% 0.97% -
XYZ 57.71 78.81 26.36 -
YUV 214.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 192 247 108 0.22 0 0.56 0.03 83.74 0.9 0.7
Hex C0 F7 6C 16 0 38 3 54 5A 46
Octal 300 367 154 26 0 70 3 124 132 106
Binary 11000000 11110111 1101100 10110 0 111000 11 1010100 1011010 1000110

Color Harmonies of #C0F76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F76C

Black with #C0F76C

Text Example


Text Example

White with #C0F76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F76C; }

 p { color: rgb(192,247,108); }

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

background-color css

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

 a { background-color: rgb(192,247,108); }

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

border-color css

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

 span { border-color: rgb(192,247,108); }

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