Html Css Color HEX #CFE874 Mindaro

📋 copy color: '#CFE874'

red 207 ◦ green 232 ◦ blue 116

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

Shades of Mindaro #CFE874

Tints of Mindaro #CFE874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.8%

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

R = 37.3%
G = 41.8%
B = 20.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CFE874 (or 0xCFE874) is known color: Mindaro. HEX triplet: CF, E8 and 74. RGB value is (207,232,116). Sum of RGB (Red+Green+Blue) = 207+232+116=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE874 is #30178B. Grayscale: #D3D3D3. Windows color (decimal): -3151756 or 7661775. OLE color: 7661775.

HSL color Cylindrical-coordinate representation of color #CFE874: hue angle of 72.93º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE874 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 116 -
CMYK 0.11 0 0.50 0.09
HSL 72.93º 0.72% 0.68% -
HSV(B) 72.93º 0.5% 0.91% -
XYZ 57.74 72.24 27.42 -
YUV 211.3 74.22 124.93 -
System Red Green Blue C M Y K H S L
Decimal 207 232 116 0.11 0 0.50 0.09 72.93 0.72 0.68
Hex CF E8 74 B 0 32 9 49 48 44
Octal 317 350 164 13 0 62 11 111 110 104
Binary 11001111 11101000 1110100 1011 0 110010 1001 1001001 1001000 1000100

Color Harmonies of #CFE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE874

Black with #CFE874

Text Example


Text Example

White with #CFE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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