Html Css Color HEX #CFF868 Mindaro

📋 copy color: '#CFF868'

red 207 ◦ green 248 ◦ blue 104

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

Shades of Mindaro #CFF868

Tints of Mindaro #CFF868

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 104 (41.02% from 255) = 18.6%

R = 37.03%
G = 44.36%
B = 18.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#CFF868 (or 0xCFF868) is known color: Mindaro. HEX triplet: CF, F8 and 68. RGB value is (207,248,104). Sum of RGB (Red+Green+Blue) = 207+248+104=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF868 is #300797. Grayscale: #DBDBDB. Windows color (decimal): -3147672 or 6879439. OLE color: 6879439.

HSL color Cylindrical-coordinate representation of color #CFF868: hue angle of 77.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFF868 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 104 -
CMYK 0.17 0 0.58 0.03
HSL 77.08º 0.91% 0.69% -
HSV(B) 77.08º 0.58% 0.97% -
XYZ 61.8 81.4 25.55 -
YUV 219.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 207 248 104 0.17 0 0.58 0.03 77.08 0.91 0.69
Hex CF F8 68 11 0 3A 3 4D 5B 45
Octal 317 370 150 21 0 72 3 115 133 105
Binary 11001111 11111000 1101000 10001 0 111010 11 1001101 1011011 1000101

Color Harmonies of #CFF868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF868

Black with #CFF868

Text Example


Text Example

White with #CFF868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF868; }

 p { color: rgb(207,248,104); }

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

background-color css

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

 a { background-color: rgb(207,248,104); }

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

border-color css

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

 span { border-color: rgb(207,248,104); }

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