Html Css Color HEX #CFF06C Mindaro

📋 copy color: '#CFF06C'

red 207 ◦ green 240 ◦ blue 108

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

Shades of Mindaro #CFF06C

Tints of Mindaro #CFF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 37.3%
G = 43.24%
B = 19.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CFF06C (or 0xCFF06C) is known color: Mindaro. HEX triplet: CF, F0 and 6C. RGB value is (207,240,108). Sum of RGB (Red+Green+Blue) = 207+240+108=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF06C is #300F93. Grayscale: #D7D7D7. Windows color (decimal): -3149716 or 7139535. OLE color: 7139535.

HSL color Cylindrical-coordinate representation of color #CFF06C: hue angle of 75º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF06C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 108 -
CMYK 0.14 0 0.55 0.06
HSL 75º 0.81% 0.68% -
HSV(B) 75º 0.55% 0.94% -
XYZ 59.6 76.67 25.84 -
YUV 215.09 67.57 122.23 -
System Red Green Blue C M Y K H S L
Decimal 207 240 108 0.14 0 0.55 0.06 75 0.81 0.68
Hex CF F0 6C E 0 37 6 4B 51 44
Octal 317 360 154 16 0 67 6 113 121 104
Binary 11001111 11110000 1101100 1110 0 110111 110 1001011 1010001 1000100

Color Harmonies of #CFF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF06C

Black with #CFF06C

Text Example


Text Example

White with #CFF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF06C; }

 p { color: rgb(207,240,108); }

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

background-color css

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

 a { background-color: rgb(207,240,108); }

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

border-color css

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

 span { border-color: rgb(207,240,108); }

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