Html Css Color HEX #CFF85D Mindaro

📋 copy color: '#CFF85D'

red 207 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #CFF85D

Tints of Mindaro #CFF85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.97%

R = 37.77%
G = 45.26%
B = 16.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CFF85D (or 0xCFF85D) is known color: Mindaro. HEX triplet: CF, F8 and 5D. RGB value is (207,248,93). Sum of RGB (Red+Green+Blue) = 207+248+93=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF85D is #3007A2. Grayscale: #DADADA. Windows color (decimal): -3147683 or 6158543. OLE color: 6158543.

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

Color convert

RGB 207 248 93 -
CMYK 0.17 0 0.62 0.03
HSL 75.87º 0.92% 0.67% -
HSV(B) 75.87º 0.63% 0.97% -
XYZ 61.28 81.19 22.8 -
YUV 218.07 57.42 120.1 -
System Red Green Blue C M Y K H S L
Decimal 207 248 93 0.17 0 0.62 0.03 75.87 0.92 0.67
Hex CF F8 5D 11 0 3E 3 4C 5C 43
Octal 317 370 135 21 0 76 3 114 134 103
Binary 11001111 11111000 1011101 10001 0 111110 11 1001100 1011100 1000011

Color Harmonies of #CFF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF85D

Black with #CFF85D

Text Example


Text Example

White with #CFF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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