Html Css Color HEX #C4FA65 Sulu

📋 copy color: '#C4FA65'

red 196 ◦ green 250 ◦ blue 101

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

Shades of Sulu #C4FA65

Tints of Sulu #C4FA65

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 35.83%
G = 45.7%
B = 18.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#C4FA65 (or 0xC4FA65) is known color: Sulu. HEX triplet: C4, FA and 65. RGB value is (196,250,101). Sum of RGB (Red+Green+Blue) = 196+250+101=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA65 is #3B059A. Grayscale: #D9D9D9. Windows color (decimal): -3868059 or 6683332. OLE color: 6683332.

HSL color Cylindrical-coordinate representation of color #C4FA65: hue angle of 81.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4FA65 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 250 101 -
CMYK 0.22 0 0.60 0.02
HSL 81.74º 0.94% 0.69% -
HSV(B) 81.74º 0.6% 0.98% -
XYZ 59.3 81.05 24.83 -
YUV 216.87 62.61 113.12 -
System Red Green Blue C M Y K H S L
Decimal 196 250 101 0.22 0 0.60 0.02 81.74 0.94 0.69
Hex C4 FA 65 16 0 3C 2 52 5E 45
Octal 304 372 145 26 0 74 2 122 136 105
Binary 11000100 11111010 1100101 10110 0 111100 10 1010010 1011110 1000101

Color Harmonies of #C4FA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FA65

Black with #C4FA65

Text Example


Text Example

White with #C4FA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FA65; }

 p { color: rgb(196,250,101); }

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

background-color css

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

 a { background-color: rgb(196,250,101); }

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

border-color css

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

 span { border-color: rgb(196,250,101); }

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