Html Css Color HEX #C0F484 Sulu

📋 copy color: '#C0F484'

red 192 ◦ green 244 ◦ blue 132

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

Shades of Sulu #C0F484

Tints of Sulu #C0F484

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.96%

 BLUE value IS 132 (51.95% from 255) = 23.24%

R = 33.8%
G = 42.96%
B = 23.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#C0F484 (or 0xC0F484) is known color: Sulu. HEX triplet: C0, F4 and 84. RGB value is (192,244,132). Sum of RGB (Red+Green+Blue) = 192+244+132=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F484 is #3F0B7B. Grayscale: #D8D8D8. Windows color (decimal): -4131708 or 8713408. OLE color: 8713408.

HSL color Cylindrical-coordinate representation of color #C0F484: hue angle of 87.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0F484 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 132 -
CMYK 0.21 0 0.46 0.04
HSL 87.86º 0.84% 0.74% -
HSV(B) 87.86º 0.46% 0.96% -
XYZ 58.25 77.57 33.73 -
YUV 215.68 80.77 111.11 -
System Red Green Blue C M Y K H S L
Decimal 192 244 132 0.21 0 0.46 0.04 87.86 0.84 0.74
Hex C0 F4 84 15 0 2E 4 58 54 4A
Octal 300 364 204 25 0 56 4 130 124 112
Binary 11000000 11110100 10000100 10101 0 101110 100 1011000 1010100 1001010

Color Harmonies of #C0F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F484

Black with #C0F484

Text Example


Text Example

White with #C0F484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F484; }

 p { color: rgb(192,244,132); }

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

background-color css

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

 a { background-color: rgb(192,244,132); }

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

border-color css

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

 span { border-color: rgb(192,244,132); }

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