Html Css Color HEX #CFF15A Mindaro

📋 copy color: '#CFF15A'

red 207 ◦ green 241 ◦ blue 90

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

Shades of Mindaro #CFF15A

Tints of Mindaro #CFF15A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 90 (35.55% from 255) = 16.73%

R = 38.48%
G = 44.8%
B = 16.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CFF15A (or 0xCFF15A) is known color: Mindaro. HEX triplet: CF, F1 and 5A. RGB value is (207,241,90). Sum of RGB (Red+Green+Blue) = 207+241+90=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15A is #300EA5. Grayscale: #D6D6D6. Windows color (decimal): -3149478 or 5960143. OLE color: 5960143.

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

Color convert

RGB 207 241 90 -
CMYK 0.14 0 0.63 0.05
HSL 73.51º 0.84% 0.65% -
HSV(B) 73.51º 0.63% 0.95% -
XYZ 59.03 76.91 21.41 -
YUV 213.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 207 241 90 0.14 0 0.63 0.05 73.51 0.84 0.65
Hex CF F1 5A E 0 3F 5 4A 54 41
Octal 317 361 132 16 0 77 5 112 124 101
Binary 11001111 11110001 1011010 1110 0 111111 101 1001010 1010100 1000001

Color Harmonies of #CFF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF15A

Black with #CFF15A

Text Example


Text Example

White with #CFF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF15A; }

 p { color: rgb(207,241,90); }

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

background-color css

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

 a { background-color: rgb(207,241,90); }

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

border-color css

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

 span { border-color: rgb(207,241,90); }

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