Html Css Color HEX #C5FB7D Sulu

📋 copy color: '#C5FB7D'

red 197 ◦ green 251 ◦ blue 125

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

Shades of Sulu #C5FB7D

Tints of Sulu #C5FB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.8%

 BLUE value IS 125 (49.22% from 255) = 21.82%

R = 34.38%
G = 43.8%
B = 21.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C5FB7D (or 0xC5FB7D) is known color: Sulu. HEX triplet: C5, FB and 7D. RGB value is (197,251,125). Sum of RGB (Red+Green+Blue) = 197+251+125=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB7D is #3A0482. Grayscale: #DCDCDC. Windows color (decimal): -3802243 or 8256453. OLE color: 8256453.

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

Color convert

RGB 197 251 125 -
CMYK 0.22 0 0.50 0.02
HSL 85.71º 0.94% 0.74% -
HSV(B) 85.71º 0.5% 0.98% -
XYZ 61.22 82.35 32.07 -
YUV 220.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 197 251 125 0.22 0 0.50 0.02 85.71 0.94 0.74
Hex C5 FB 7D 16 0 32 2 56 5E 4A
Octal 305 373 175 26 0 62 2 126 136 112
Binary 11000101 11111011 1111101 10110 0 110010 10 1010110 1011110 1001010

Color Harmonies of #C5FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB7D

Black with #C5FB7D

Text Example


Text Example

White with #C5FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB7D; }

 p { color: rgb(197,251,125); }

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

background-color css

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

 a { background-color: rgb(197,251,125); }

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

border-color css

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

 span { border-color: rgb(197,251,125); }

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