Html Css Color HEX #CFFD5E Mindaro

📋 copy color: '#CFFD5E'

red 207 ◦ green 253 ◦ blue 94

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

Shades of Mindaro #CFFD5E

Tints of Mindaro #CFFD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.97%

R = 37.36%
G = 45.67%
B = 16.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#CFFD5E (or 0xCFFD5E) is known color: Mindaro. HEX triplet: CF, FD and 5E. RGB value is (207,253,94). Sum of RGB (Red+Green+Blue) = 207+253+94=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD5E is #3002A1. Grayscale: #DDDDDD. Windows color (decimal): -3146402 or 6225359. OLE color: 6225359.

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

Color convert

RGB 207 253 94 -
CMYK 0.18 0 0.63 0.01
HSL 77.36º 0.98% 0.68% -
HSV(B) 77.36º 0.63% 0.99% -
XYZ 62.88 84.32 23.55 -
YUV 221.12 56.26 117.93 -
System Red Green Blue C M Y K H S L
Decimal 207 253 94 0.18 0 0.63 0.01 77.36 0.98 0.68
Hex CF FD 5E 12 0 3F 1 4D 62 44
Octal 317 375 136 22 0 77 1 115 142 104
Binary 11001111 11111101 1011110 10010 0 111111 1 1001101 1100010 1000100

Color Harmonies of #CFFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD5E

Black with #CFFD5E

Text Example


Text Example

White with #CFFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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