Html Css Color HEX #C4F27A Sulu

📋 copy color: '#C4F27A'

red 196 ◦ green 242 ◦ blue 122

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

Shades of Sulu #C4F27A

Tints of Sulu #C4F27A

RGB

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

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

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

R = 35%
G = 43.21%
B = 21.79%

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

#C4F27A (or 0xC4F27A) is known color: Sulu. HEX triplet: C4, F2 and 7A. RGB value is (196,242,122). Sum of RGB (Red+Green+Blue) = 196+242+122=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F27A is #3B0D85. Grayscale: #D6D6D6. Windows color (decimal): -3870086 or 8057540. OLE color: 8057540.

HSL color Cylindrical-coordinate representation of color #C4F27A: hue angle of 83º 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 #C4F27A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 122 -
CMYK 0.19 0 0.50 0.05
HSL 83º 0.82% 0.71% -
HSV(B) 83º 0.5% 0.95% -
XYZ 58.03 76.65 30.15 -
YUV 214.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 196 242 122 0.19 0 0.50 0.05 83 0.82 0.71
Hex C4 F2 7A 13 0 32 5 53 52 47
Octal 304 362 172 23 0 62 5 123 122 107
Binary 11000100 11110010 1111010 10011 0 110010 101 1010011 1010010 1000111

Color Harmonies of #C4F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F27A

Black with #C4F27A

Text Example


Text Example

White with #C4F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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