Html Css Color HEX #CFEA71 Mindaro

📋 copy color: '#CFEA71'

red 207 ◦ green 234 ◦ blue 113

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

Shades of Mindaro #CFEA71

Tints of Mindaro #CFEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.24%

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

R = 37.36%
G = 42.24%
B = 20.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CFEA71 (or 0xCFEA71) is known color: Mindaro. HEX triplet: CF, EA and 71. RGB value is (207,234,113). Sum of RGB (Red+Green+Blue) = 207+234+113=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA71 is #30158E. Grayscale: #D4D4D4. Windows color (decimal): -3151247 or 7465679. OLE color: 7465679.

HSL color Cylindrical-coordinate representation of color #CFEA71: hue angle of 73.39º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFEA71 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 113 -
CMYK 0.12 0 0.52 0.08
HSL 73.39º 0.74% 0.68% -
HSV(B) 73.39º 0.52% 0.92% -
XYZ 58.14 73.3 26.71 -
YUV 212.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 207 234 113 0.12 0 0.52 0.08 73.39 0.74 0.68
Hex CF EA 71 C 0 34 8 49 4A 44
Octal 317 352 161 14 0 64 10 111 112 104
Binary 11001111 11101010 1110001 1100 0 110100 1000 1001001 1001010 1000100

Color Harmonies of #CFEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA71

Black with #CFEA71

Text Example


Text Example

White with #CFEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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