Html Css Color HEX #C4FF5E Sulu

📋 copy color: '#C4FF5E'

red 196 ◦ green 255 ◦ blue 94

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

Shades of Sulu #C4FF5E

Tints of Sulu #C4FF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 46.79%

 BLUE value IS 94 (37.11% from 255) = 17.25%

R = 35.96%
G = 46.79%
B = 17.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#C4FF5E (or 0xC4FF5E) is known color: Sulu. HEX triplet: C4, FF and 5E. RGB value is (196,255,94). Sum of RGB (Red+Green+Blue) = 196+255+94=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FF5E is #3B00A1. Grayscale: #DBDBDB. Windows color (decimal): -3866786 or 6225860. OLE color: 6225860.

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

Color convert

RGB 196 255 94 -
CMYK 0.23 0 0.63 0
HSL 81.99º 1% 0.68% -
HSV(B) 81.99º 0.63% 1% -
XYZ 60.55 84.06 23.62 -
YUV 219.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 196 255 94 0.23 0 0.63 0 81.99 1 0.68
Hex C4 FF 5E 17 0 3F 0 52 64 44
Octal 304 377 136 27 0 77 0 122 144 104
Binary 11000100 11111111 1011110 10111 0 111111 0 1010010 1100100 1000100

Color Harmonies of #C4FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FF5E

Black with #C4FF5E

Text Example


Text Example

White with #C4FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FF5E; }

 p { color: rgb(196,255,94); }

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

background-color css

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

 a { background-color: rgb(196,255,94); }

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

border-color css

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

 span { border-color: rgb(196,255,94); }

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