Html Css Color HEX #C4F065 Sulu

📋 copy color: '#C4F065'

red 196 ◦ green 240 ◦ blue 101

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

Shades of Sulu #C4F065

Tints of Sulu #C4F065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

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

R = 36.5%
G = 44.69%
B = 18.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#C4F065 (or 0xC4F065) is known color: Sulu. HEX triplet: C4, F0 and 65. RGB value is (196,240,101). Sum of RGB (Red+Green+Blue) = 196+240+101=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F065 is #3B0F9A. Grayscale: #D3D3D3. Windows color (decimal): -3870619 or 6680772. OLE color: 6680772.

HSL color Cylindrical-coordinate representation of color #C4F065: hue angle of 78.99º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4F065 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 101 -
CMYK 0.18 0 0.58 0.06
HSL 78.99º 0.82% 0.67% -
HSV(B) 78.99º 0.58% 0.94% -
XYZ 56.27 75 23.82 -
YUV 211 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 196 240 101 0.18 0 0.58 0.06 78.99 0.82 0.67
Hex C4 F0 65 12 0 3A 6 4F 52 43
Octal 304 360 145 22 0 72 6 117 122 103
Binary 11000100 11110000 1100101 10010 0 111010 110 1001111 1010010 1000011

Color Harmonies of #C4F065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F065

Black with #C4F065

Text Example


Text Example

White with #C4F065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F065; }

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

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

background-color css

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

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

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

border-color css

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

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

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