Html Css Color HEX #C8F25B Mindaro

📋 copy color: '#C8F25B'

red 200 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #C8F25B

Tints of Mindaro #C8F25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.07%

R = 37.52%
G = 45.4%
B = 17.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#C8F25B (or 0xC8F25B) is known color: Mindaro. HEX triplet: C8, F2 and 5B. RGB value is (200,242,91). Sum of RGB (Red+Green+Blue) = 200+242+91=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F25B is #370DA4. Grayscale: #D4D4D4. Windows color (decimal): -3607973 or 6025928. OLE color: 6025928.

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

Color convert

RGB 200 242 91 -
CMYK 0.17 0 0.62 0.05
HSL 76.69º 0.85% 0.65% -
HSV(B) 76.69º 0.62% 0.95% -
XYZ 57.46 76.54 21.64 -
YUV 212.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 200 242 91 0.17 0 0.62 0.05 76.69 0.85 0.65
Hex C8 F2 5B 11 0 3E 5 4D 55 41
Octal 310 362 133 21 0 76 5 115 125 101
Binary 11001000 11110010 1011011 10001 0 111110 101 1001101 1010101 1000001

Color Harmonies of #C8F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F25B

Black with #C8F25B

Text Example


Text Example

White with #C8F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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