Html Css Color HEX #C4F468 Sulu

📋 copy color: '#C4F468'

red 196 ◦ green 244 ◦ blue 104

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

Shades of Sulu #C4F468

Tints of Sulu #C4F468

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

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

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

R = 36.03%
G = 44.85%
B = 19.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#C4F468 (or 0xC4F468) is known color: Sulu. HEX triplet: C4, F4 and 68. RGB value is (196,244,104). Sum of RGB (Red+Green+Blue) = 196+244+104=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F468 is #3B0B97. Grayscale: #D6D6D6. Windows color (decimal): -3869592 or 6878404. OLE color: 6878404.

HSL color Cylindrical-coordinate representation of color #C4F468: hue angle of 80.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4F468 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 244 104 -
CMYK 0.20 0 0.57 0.04
HSL 80.57º 0.86% 0.68% -
HSV(B) 80.57º 0.57% 0.96% -
XYZ 57.61 77.44 25.01 -
YUV 213.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 196 244 104 0.20 0 0.57 0.04 80.57 0.86 0.68
Hex C4 F4 68 14 0 39 4 51 56 44
Octal 304 364 150 24 0 71 4 121 126 104
Binary 11000100 11110100 1101000 10100 0 111001 100 1010001 1010110 1000100

Color Harmonies of #C4F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F468

Black with #C4F468

Text Example


Text Example

White with #C4F468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F468; }

 p { color: rgb(196,244,104); }

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

background-color css

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

 a { background-color: rgb(196,244,104); }

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

border-color css

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

 span { border-color: rgb(196,244,104); }

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