Html Css Color HEX #CFE665 Mindaro

📋 copy color: '#CFE665'

red 207 ◦ green 230 ◦ blue 101

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

Shades of Mindaro #CFE665

Tints of Mindaro #CFE665

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.75%

 BLUE value IS 101 (39.84% from 255) = 18.77%

R = 38.48%
G = 42.75%
B = 18.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CFE665 (or 0xCFE665) is known color: Mindaro. HEX triplet: CF, E6 and 65. RGB value is (207,230,101). Sum of RGB (Red+Green+Blue) = 207+230+101=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE665 is #30199A. Grayscale: #D0D0D0. Windows color (decimal): -3152283 or 6678223. OLE color: 6678223.

HSL color Cylindrical-coordinate representation of color #CFE665: hue angle of 70.7º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE665 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 101 -
CMYK 0.10 0 0.56 0.10
HSL 70.7º 0.72% 0.65% -
HSV(B) 70.7º 0.56% 0.9% -
XYZ 56.38 70.8 23.01 -
YUV 208.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 207 230 101 0.10 0 0.56 0.10 70.7 0.72 0.65
Hex CF E6 65 A 0 38 A 47 48 41
Octal 317 346 145 12 0 70 12 107 110 101
Binary 11001111 11100110 1100101 1010 0 111000 1010 1000111 1001000 1000001

Color Harmonies of #CFE665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE665

Black with #CFE665

Text Example


Text Example

White with #CFE665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE665; }

 p { color: rgb(207,230,101); }

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

background-color css

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

 a { background-color: rgb(207,230,101); }

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

border-color css

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

 span { border-color: rgb(207,230,101); }

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