Html Css Color HEX #CFFA6A Mindaro

📋 copy color: '#CFFA6A'

red 207 ◦ green 250 ◦ blue 106

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

Shades of Mindaro #CFFA6A

Tints of Mindaro #CFFA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 36.77%
G = 44.4%
B = 18.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#CFFA6A (or 0xCFFA6A) is known color: Mindaro. HEX triplet: CF, FA and 6A. RGB value is (207,250,106). Sum of RGB (Red+Green+Blue) = 207+250+106=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA6A is #300595. Grayscale: #DDDDDD. Windows color (decimal): -3147158 or 7011023. OLE color: 7011023.

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

Color convert

RGB 207 250 106 -
CMYK 0.17 0 0.58 0.02
HSL 77.92º 0.94% 0.7% -
HSV(B) 77.92º 0.58% 0.98% -
XYZ 62.52 82.68 26.3 -
YUV 220.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 207 250 106 0.17 0 0.58 0.02 77.92 0.94 0.7
Hex CF FA 6A 11 0 3A 2 4E 5E 46
Octal 317 372 152 21 0 72 2 116 136 106
Binary 11001111 11111010 1101010 10001 0 111010 10 1001110 1011110 1000110

Color Harmonies of #CFFA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA6A

Black with #CFFA6A

Text Example


Text Example

White with #CFFA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA6A; }

 p { color: rgb(207,250,106); }

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

background-color css

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

 a { background-color: rgb(207,250,106); }

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

border-color css

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

 span { border-color: rgb(207,250,106); }

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