Html Css Color HEX #CFF365 Mindaro

📋 copy color: '#CFF365'

red 207 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #CFF365

Tints of Mindaro #CFF365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.33%

R = 37.57%
G = 44.1%
B = 18.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CFF365 (or 0xCFF365) is known color: Mindaro. HEX triplet: CF, F3 and 65. RGB value is (207,243,101). Sum of RGB (Red+Green+Blue) = 207+243+101=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF365 is #300C9A. Grayscale: #D8D8D8. Windows color (decimal): -3148955 or 6681551. OLE color: 6681551.

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

Color convert

RGB 207 243 101 -
CMYK 0.15 0 0.58 0.05
HSL 75.21º 0.86% 0.67% -
HSV(B) 75.21º 0.58% 0.95% -
XYZ 60.13 78.31 24.26 -
YUV 216.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 207 243 101 0.15 0 0.58 0.05 75.21 0.86 0.67
Hex CF F3 65 F 0 3A 5 4B 56 43
Octal 317 363 145 17 0 72 5 113 126 103
Binary 11001111 11110011 1100101 1111 0 111010 101 1001011 1010110 1000011

Color Harmonies of #CFF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF365

Black with #CFF365

Text Example


Text Example

White with #CFF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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