Html Css Color HEX #C8FA5A Mindaro

📋 copy color: '#C8FA5A'

red 200 ◦ green 250 ◦ blue 90

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

Shades of Mindaro #C8FA5A

Tints of Mindaro #C8FA5A

RGB

 RED value IS 200 (78.52% from 255) = 37.04%

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 37.04%
G = 46.3%
B = 16.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#C8FA5A (or 0xC8FA5A) is known color: Mindaro. HEX triplet: C8, FA and 5A. RGB value is (200,250,90). Sum of RGB (Red+Green+Blue) = 200+250+90=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA5A is #3705A5. Grayscale: #D9D9D9. Windows color (decimal): -3605926 or 5962440. OLE color: 5962440.

HSL color Cylindrical-coordinate representation of color #C8FA5A: hue angle of 78.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8FA5A is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 90 -
CMYK 0.2 0 0.64 0.02
HSL 78.75º 0.94% 0.67% -
HSV(B) 78.75º 0.64% 0.98% -
XYZ 59.85 81.39 22.23 -
YUV 216.81 56.44 116.01 -
System Red Green Blue C M Y K H S L
Decimal 200 250 90 0.2 0 0.64 0.02 78.75 0.94 0.67
Hex C8 FA 5A 14 0 40 2 4F 5E 43
Octal 310 372 132 24 0 100 2 117 136 103
Binary 11001000 11111010 1011010 10100 0 1000000 10 1001111 1011110 1000011

Color Harmonies of #C8FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA5A

Black with #C8FA5A

Text Example


Text Example

White with #C8FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA5A; }

 p { color: rgb(200,250,90); }

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

background-color css

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

 a { background-color: rgb(200,250,90); }

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

border-color css

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

 span { border-color: rgb(200,250,90); }

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