Html Css Color HEX #CFE164 Mindaro

📋 copy color: '#CFE164'

red 207 ◦ green 225 ◦ blue 100

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

Shades of Mindaro #CFE164

Tints of Mindaro #CFE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 38.91%
G = 42.29%
B = 18.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CFE164 (or 0xCFE164) is known color: Mindaro. HEX triplet: CF, E1 and 64. RGB value is (207,225,100). Sum of RGB (Red+Green+Blue) = 207+225+100=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE164 is #301E9B. Grayscale: #CDCDCD. Windows color (decimal): -3153564 or 6611407. OLE color: 6611407.

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

Color convert

RGB 207 225 100 -
CMYK 0.08 0 0.56 0.12
HSL 68.64º 0.68% 0.64% -
HSV(B) 68.64º 0.56% 0.88% -
XYZ 54.96 68.04 22.29 -
YUV 205.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 207 225 100 0.08 0 0.56 0.12 68.64 0.68 0.64
Hex CF E1 64 8 0 38 C 45 44 40
Octal 317 341 144 10 0 70 14 105 104 100
Binary 11001111 11100001 1100100 1000 0 111000 1100 1000101 1000100 1000000

Color Harmonies of #CFE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE164

Black with #CFE164

Text Example


Text Example

White with #CFE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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