Html Css Color HEX #CFF25D Mindaro

📋 copy color: '#CFF25D'

red 207 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #CFF25D

Tints of Mindaro #CFF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

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

R = 38.19%
G = 44.65%
B = 17.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CFF25D (or 0xCFF25D) is known color: Mindaro. HEX triplet: CF, F2 and 5D. RGB value is (207,242,93). Sum of RGB (Red+Green+Blue) = 207+242+93=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF25D is #300DA2. Grayscale: #D7D7D7. Windows color (decimal): -3149219 or 6157007. OLE color: 6157007.

HSL color Cylindrical-coordinate representation of color #CFF25D: hue angle of 74.09º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF25D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 93 -
CMYK 0.14 0 0.62 0.05
HSL 74.09º 0.85% 0.66% -
HSV(B) 74.09º 0.62% 0.95% -
XYZ 59.46 77.56 22.19 -
YUV 214.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 207 242 93 0.14 0 0.62 0.05 74.09 0.85 0.66
Hex CF F2 5D E 0 3E 5 4A 55 42
Octal 317 362 135 16 0 76 5 112 125 102
Binary 11001111 11110010 1011101 1110 0 111110 101 1001010 1010101 1000010

Color Harmonies of #CFF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF25D

Black with #CFF25D

Text Example


Text Example

White with #CFF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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