Html Css Color HEX #CFE174 Mindaro

📋 copy color: '#CFE174'

red 207 ◦ green 225 ◦ blue 116

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

Shades of Mindaro #CFE174

Tints of Mindaro #CFE174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.06%

 BLUE value IS 116 (45.7% from 255) = 21.17%

R = 37.77%
G = 41.06%
B = 21.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CFE174 (or 0xCFE174) is known color: Mindaro. HEX triplet: CF, E1 and 74. RGB value is (207,225,116). Sum of RGB (Red+Green+Blue) = 207+225+116=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE174 is #301E8B. Grayscale: #CFCFCF. Windows color (decimal): -3153548 or 7659983. OLE color: 7659983.

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

Color convert

RGB 207 225 116 -
CMYK 0.08 0 0.48 0.12
HSL 69.91º 0.64% 0.67% -
HSV(B) 69.91º 0.48% 0.88% -
XYZ 55.81 68.38 26.78 -
YUV 207.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 207 225 116 0.08 0 0.48 0.12 69.91 0.64 0.67
Hex CF E1 74 8 0 30 C 46 40 43
Octal 317 341 164 10 0 60 14 106 100 103
Binary 11001111 11100001 1110100 1000 0 110000 1100 1000110 1000000 1000011

Color Harmonies of #CFE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE174

Black with #CFE174

Text Example


Text Example

White with #CFE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE174; }

 p { color: rgb(207,225,116); }

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

background-color css

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

 a { background-color: rgb(207,225,116); }

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

border-color css

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

 span { border-color: rgb(207,225,116); }

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