Html Css Color HEX #CFF364 Mindaro

📋 copy color: '#CFF364'

red 207 ◦ green 243 ◦ blue 100

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

Shades of Mindaro #CFF364

Tints of Mindaro #CFF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.18%

 BLUE value IS 100 (39.45% from 255) = 18.18%

R = 37.64%
G = 44.18%
B = 18.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CFF364 (or 0xCFF364) is known color: Mindaro. HEX triplet: CF, F3 and 64. RGB value is (207,243,100). Sum of RGB (Red+Green+Blue) = 207+243+100=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF364 is #300C9B. Grayscale: #D8D8D8. Windows color (decimal): -3148956 or 6616015. OLE color: 6616015.

HSL color Cylindrical-coordinate representation of color #CFF364: hue angle of 75.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF364 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 243 100 -
CMYK 0.15 0 0.59 0.05
HSL 75.1º 0.86% 0.67% -
HSV(B) 75.1º 0.59% 0.95% -
XYZ 60.08 78.29 24 -
YUV 215.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 207 243 100 0.15 0 0.59 0.05 75.1 0.86 0.67
Hex CF F3 64 F 0 3B 5 4B 56 43
Octal 317 363 144 17 0 73 5 113 126 103
Binary 11001111 11110011 1100100 1111 0 111011 101 1001011 1010110 1000011

Color Harmonies of #CFF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF364

Black with #CFF364

Text Example


Text Example

White with #CFF364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF364; }

 p { color: rgb(207,243,100); }

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

background-color css

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

 a { background-color: rgb(207,243,100); }

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

border-color css

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

 span { border-color: rgb(207,243,100); }

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