Html Css Color HEX #C5F28A Sulu

📋 copy color: '#C5F28A'

red 197 ◦ green 242 ◦ blue 138

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

Shades of Sulu #C5F28A

Tints of Sulu #C5F28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 34.14%
G = 41.94%
B = 23.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#C5F28A (or 0xC5F28A) is known color: Sulu. HEX triplet: C5, F2 and 8A. RGB value is (197,242,138). Sum of RGB (Red+Green+Blue) = 197+242+138=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F28A is #3A0D75. Grayscale: #D9D9D9. Windows color (decimal): -3804534 or 9106117. OLE color: 9106117.

HSL color Cylindrical-coordinate representation of color #C5F28A: hue angle of 85.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5F28A is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 138 -
CMYK 0.19 0 0.43 0.05
HSL 85.96º 0.8% 0.75% -
HSV(B) 85.96º 0.43% 0.95% -
XYZ 59.37 77.21 35.82 -
YUV 216.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 197 242 138 0.19 0 0.43 0.05 85.96 0.8 0.75
Hex C5 F2 8A 13 0 2B 5 56 50 4B
Octal 305 362 212 23 0 53 5 126 120 113
Binary 11000101 11110010 10001010 10011 0 101011 101 1010110 1010000 1001011

Color Harmonies of #C5F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F28A

Black with #C5F28A

Text Example


Text Example

White with #C5F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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