Html Css Color HEX #C5F27A Sulu

📋 copy color: '#C5F27A'

red 197 ◦ green 242 ◦ blue 122

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

Shades of Sulu #C5F27A

Tints of Sulu #C5F27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.14%

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 35.12%
G = 43.14%
B = 21.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#C5F27A (or 0xC5F27A) is known color: Sulu. HEX triplet: C5, F2 and 7A. RGB value is (197,242,122). Sum of RGB (Red+Green+Blue) = 197+242+122=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F27A is #3A0D85. Grayscale: #D7D7D7. Windows color (decimal): -3804550 or 8057541. OLE color: 8057541.

HSL color Cylindrical-coordinate representation of color #C5F27A: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F27A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 122 -
CMYK 0.19 0 0.50 0.05
HSL 82.5º 0.82% 0.71% -
HSV(B) 82.5º 0.5% 0.95% -
XYZ 58.29 76.78 30.16 -
YUV 214.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 197 242 122 0.19 0 0.50 0.05 82.5 0.82 0.71
Hex C5 F2 7A 13 0 32 5 52 52 47
Octal 305 362 172 23 0 62 5 122 122 107
Binary 11000101 11110010 1111010 10011 0 110010 101 1010010 1010010 1000111

Color Harmonies of #C5F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F27A

Black with #C5F27A

Text Example


Text Example

White with #C5F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F27A; }

 p { color: rgb(197,242,122); }

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

background-color css

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

 a { background-color: rgb(197,242,122); }

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

border-color css

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

 span { border-color: rgb(197,242,122); }

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