Html Css Color HEX #CFFC5A Mindaro

📋 copy color: '#CFFC5A'

red 207 ◦ green 252 ◦ blue 90

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

Shades of Mindaro #CFFC5A

Tints of Mindaro #CFFC5A

RGB

 RED value IS 207 (81.25% from 255) = 37.7%

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 37.7%
G = 45.9%
B = 16.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#CFFC5A (or 0xCFFC5A) is known color: Mindaro. HEX triplet: CF, FC and 5A. RGB value is (207,252,90). Sum of RGB (Red+Green+Blue) = 207+252+90=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC5A is #3003A5. Grayscale: #DCDCDC. Windows color (decimal): -3146662 or 5962959. OLE color: 5962959.

HSL color Cylindrical-coordinate representation of color #CFFC5A: hue angle of 76.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFFC5A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 90 -
CMYK 0.18 0 0.64 0.01
HSL 76.67º 0.96% 0.67% -
HSV(B) 76.67º 0.64% 0.99% -
XYZ 62.39 83.62 22.53 -
YUV 220.08 54.59 118.67 -
System Red Green Blue C M Y K H S L
Decimal 207 252 90 0.18 0 0.64 0.01 76.67 0.96 0.67
Hex CF FC 5A 12 0 40 1 4D 60 43
Octal 317 374 132 22 0 100 1 115 140 103
Binary 11001111 11111100 1011010 10010 0 1000000 1 1001101 1100000 1000011

Color Harmonies of #CFFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC5A

Black with #CFFC5A

Text Example


Text Example

White with #CFFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC5A; }

 p { color: rgb(207,252,90); }

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

background-color css

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

 a { background-color: rgb(207,252,90); }

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

border-color css

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

 span { border-color: rgb(207,252,90); }

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