Html Css Color HEX #CFE166 Mindaro

📋 copy color: '#CFE166'

red 207 ◦ green 225 ◦ blue 102

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

Shades of Mindaro #CFE166

Tints of Mindaro #CFE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.1%

R = 38.76%
G = 42.13%
B = 19.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CFE166 (or 0xCFE166) is known color: Mindaro. HEX triplet: CF, E1 and 66. RGB value is (207,225,102). Sum of RGB (Red+Green+Blue) = 207+225+102=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE166 is #301E99. Grayscale: #CECECE. Windows color (decimal): -3153562 or 6742479. OLE color: 6742479.

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

Color convert

RGB 207 225 102 -
CMYK 0.08 0 0.55 0.12
HSL 68.78º 0.67% 0.64% -
HSV(B) 68.78º 0.55% 0.88% -
XYZ 55.06 68.08 22.81 -
YUV 205.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 207 225 102 0.08 0 0.55 0.12 68.78 0.67 0.64
Hex CF E1 66 8 0 37 C 45 43 40
Octal 317 341 146 10 0 67 14 105 103 100
Binary 11001111 11100001 1100110 1000 0 110111 1100 1000101 1000011 1000000

Color Harmonies of #CFE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE166

Black with #CFE166

Text Example


Text Example

White with #CFE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE166; }

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

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

background-color css

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

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

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

border-color css

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

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

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