Html Css Color HEX #CFFD5A Mindaro

📋 copy color: '#CFFD5A'

red 207 ◦ green 253 ◦ blue 90

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

Shades of Mindaro #CFFD5A

Tints of Mindaro #CFFD5A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 37.64%
G = 46%
B = 16.36%

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

#CFFD5A (or 0xCFFD5A) is known color: Mindaro. HEX triplet: CF, FD and 5A. RGB value is (207,253,90). Sum of RGB (Red+Green+Blue) = 207+253+90=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD5A is #3002A5. Grayscale: #DDDDDD. Windows color (decimal): -3146406 or 5963215. OLE color: 5963215.

HSL color Cylindrical-coordinate representation of color #CFFD5A: hue angle of 76.93º degrees, saturation: 0.98, 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 #CFFD5A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 90 -
CMYK 0.18 0 0.64 0.01
HSL 76.93º 0.98% 0.67% -
HSV(B) 76.93º 0.64% 0.99% -
XYZ 62.7 84.25 22.63 -
YUV 220.66 54.26 118.25 -
System Red Green Blue C M Y K H S L
Decimal 207 253 90 0.18 0 0.64 0.01 76.93 0.98 0.67
Hex CF FD 5A 12 0 40 1 4D 62 43
Octal 317 375 132 22 0 100 1 115 142 103
Binary 11001111 11111101 1011010 10010 0 1000000 1 1001101 1100010 1000011

Color Harmonies of #CFFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD5A

Black with #CFFD5A

Text Example


Text Example

White with #CFFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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