Html Css Color HEX #CFF85A Mindaro

📋 copy color: '#CFF85A'

red 207 ◦ green 248 ◦ blue 90

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

Shades of Mindaro #CFF85A

Tints of Mindaro #CFF85A

RGB

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

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

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

R = 37.98%
G = 45.5%
B = 16.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#CFF85A (or 0xCFF85A) is known color: Mindaro. HEX triplet: CF, F8 and 5A. RGB value is (207,248,90). Sum of RGB (Red+Green+Blue) = 207+248+90=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF85A is #3007A5. Grayscale: #DADADA. Windows color (decimal): -3147686 or 5961935. OLE color: 5961935.

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

Color convert

RGB 207 248 90 -
CMYK 0.17 0 0.64 0.03
HSL 75.57º 0.92% 0.66% -
HSV(B) 75.57º 0.64% 0.97% -
XYZ 61.14 81.14 22.11 -
YUV 217.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 207 248 90 0.17 0 0.64 0.03 75.57 0.92 0.66
Hex CF F8 5A 11 0 40 3 4C 5C 42
Octal 317 370 132 21 0 100 3 114 134 102
Binary 11001111 11111000 1011010 10001 0 1000000 11 1001100 1011100 1000010

Color Harmonies of #CFF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF85A

Black with #CFF85A

Text Example


Text Example

White with #CFF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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