Html Css Color HEX #CFE875 Mindaro

📋 copy color: '#CFE875'

red 207 ◦ green 232 ◦ blue 117

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

Shades of Mindaro #CFE875

Tints of Mindaro #CFE875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 37.23%
G = 41.73%
B = 21.04%

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

#CFE875 (or 0xCFE875) is known color: Mindaro. HEX triplet: CF, E8 and 75. RGB value is (207,232,117). Sum of RGB (Red+Green+Blue) = 207+232+117=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE875 is #30178A. Grayscale: #D3D3D3. Windows color (decimal): -3151755 or 7727311. OLE color: 7727311.

HSL color Cylindrical-coordinate representation of color #CFE875: hue angle of 73.04º degrees, saturation: 0.71, 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 #CFE875 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 117 -
CMYK 0.11 0 0.50 0.09
HSL 73.04º 0.71% 0.68% -
HSV(B) 73.04º 0.5% 0.91% -
XYZ 57.8 72.26 27.73 -
YUV 211.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 207 232 117 0.11 0 0.50 0.09 73.04 0.71 0.68
Hex CF E8 75 B 0 32 9 49 47 44
Octal 317 350 165 13 0 62 11 111 107 104
Binary 11001111 11101000 1110101 1011 0 110010 1001 1001001 1000111 1000100

Color Harmonies of #CFE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE875

Black with #CFE875

Text Example


Text Example

White with #CFE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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