Html Css Color HEX #CFE071 Mindaro

📋 copy color: '#CFE071'

red 207 ◦ green 224 ◦ blue 113

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

Shades of Mindaro #CFE071

Tints of Mindaro #CFE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.18%

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 38.05%
G = 41.18%
B = 20.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CFE071 (or 0xCFE071) is known color: Mindaro. HEX triplet: CF, E0 and 71. RGB value is (207,224,113). Sum of RGB (Red+Green+Blue) = 207+224+113=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE071 is #301F8E. Grayscale: #CECECE. Windows color (decimal): -3153807 or 7463119. OLE color: 7463119.

HSL color Cylindrical-coordinate representation of color #CFE071: hue angle of 69.19º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE071 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 113 -
CMYK 0.08 0 0.50 0.12
HSL 69.19º 0.64% 0.66% -
HSV(B) 69.19º 0.5% 0.88% -
XYZ 55.37 67.77 25.79 -
YUV 206.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 207 224 113 0.08 0 0.50 0.12 69.19 0.64 0.66
Hex CF E0 71 8 0 32 C 45 40 42
Octal 317 340 161 10 0 62 14 105 100 102
Binary 11001111 11100000 1110001 1000 0 110010 1100 1000101 1000000 1000010

Color Harmonies of #CFE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE071

Black with #CFE071

Text Example


Text Example

White with #CFE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE071; }

 p { color: rgb(207,224,113); }

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

background-color css

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

 a { background-color: rgb(207,224,113); }

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

border-color css

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

 span { border-color: rgb(207,224,113); }

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