Html Css Color HEX #CFF058 Mindaro

📋 copy color: '#CFF058'

red 207 ◦ green 240 ◦ blue 88

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

Shades of Mindaro #CFF058

Tints of Mindaro #CFF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

 BLUE value IS 88 (34.77% from 255) = 16.45%

R = 38.69%
G = 44.86%
B = 16.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#CFF058 (or 0xCFF058) is known color: Mindaro. HEX triplet: CF, F0 and 58. RGB value is (207,240,88). Sum of RGB (Red+Green+Blue) = 207+240+88=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF058 is #300FA7. Grayscale: #D5D5D5. Windows color (decimal): -3149736 or 5828815. OLE color: 5828815.

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

Color convert

RGB 207 240 88 -
CMYK 0.14 0 0.63 0.06
HSL 73.03º 0.84% 0.64% -
HSV(B) 73.03º 0.63% 0.94% -
XYZ 58.65 76.29 20.87 -
YUV 212.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 207 240 88 0.14 0 0.63 0.06 73.03 0.84 0.64
Hex CF F0 58 E 0 3F 6 49 54 40
Octal 317 360 130 16 0 77 6 111 124 100
Binary 11001111 11110000 1011000 1110 0 111111 110 1001001 1010100 1000000

Color Harmonies of #CFF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF058

Black with #CFF058

Text Example


Text Example

White with #CFF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF058; }

 p { color: rgb(207,240,88); }

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

background-color css

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

 a { background-color: rgb(207,240,88); }

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

border-color css

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

 span { border-color: rgb(207,240,88); }

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