Html Css Color HEX #C8F25A Mindaro

📋 copy color: '#C8F25A'

red 200 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #C8F25A

Tints of Mindaro #C8F25A

RGB

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

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

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

R = 37.59%
G = 45.49%
B = 16.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#C8F25A (or 0xC8F25A) is known color: Mindaro. HEX triplet: C8, F2 and 5A. RGB value is (200,242,90). Sum of RGB (Red+Green+Blue) = 200+242+90=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F25A is #370DA5. Grayscale: #D4D4D4. Windows color (decimal): -3607974 or 5960392. OLE color: 5960392.

HSL color Cylindrical-coordinate representation of color #C8F25A: hue angle of 76.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8F25A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 242 90 -
CMYK 0.17 0 0.63 0.05
HSL 76.58º 0.85% 0.65% -
HSV(B) 76.58º 0.63% 0.95% -
XYZ 57.42 76.52 21.42 -
YUV 212.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 200 242 90 0.17 0 0.63 0.05 76.58 0.85 0.65
Hex C8 F2 5A 11 0 3F 5 4D 55 41
Octal 310 362 132 21 0 77 5 115 125 101
Binary 11001000 11110010 1011010 10001 0 111111 101 1001101 1010101 1000001

Color Harmonies of #C8F25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F25A

Black with #C8F25A

Text Example


Text Example

White with #C8F25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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