Html Css Color HEX #C5F962 Sulu

📋 copy color: '#C5F962'

red 197 ◦ green 249 ◦ blue 98

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

Shades of Sulu #C5F962

Tints of Sulu #C5F962

RGB

 RED value IS 197 (77.34% from 255) = 36.21%

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 36.21%
G = 45.77%
B = 18.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C5F962 (or 0xC5F962) is known color: Sulu. HEX triplet: C5, F9 and 62. RGB value is (197,249,98). Sum of RGB (Red+Green+Blue) = 197+249+98=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F962 is #3A069D. Grayscale: #D8D8D8. Windows color (decimal): -3802782 or 6486469. OLE color: 6486469.

HSL color Cylindrical-coordinate representation of color #C5F962: hue angle of 80.66º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5F962 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 98 -
CMYK 0.21 0 0.61 0.02
HSL 80.66º 0.93% 0.68% -
HSV(B) 80.66º 0.61% 0.98% -
XYZ 59.11 80.5 23.98 -
YUV 216.24 61.27 114.28 -
System Red Green Blue C M Y K H S L
Decimal 197 249 98 0.21 0 0.61 0.02 80.66 0.93 0.68
Hex C5 F9 62 15 0 3D 2 51 5D 44
Octal 305 371 142 25 0 75 2 121 135 104
Binary 11000101 11111001 1100010 10101 0 111101 10 1010001 1011101 1000100

Color Harmonies of #C5F962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F962

Black with #C5F962

Text Example


Text Example

White with #C5F962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F962; }

 p { color: rgb(197,249,98); }

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

background-color css

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

 a { background-color: rgb(197,249,98); }

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

border-color css

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

 span { border-color: rgb(197,249,98); }

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