Html Css Color HEX #CFE670 Mindaro

📋 copy color: '#CFE670'

red 207 ◦ green 230 ◦ blue 112

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

Shades of Mindaro #CFE670

Tints of Mindaro #CFE670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 37.7%
G = 41.89%
B = 20.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#CFE670 (or 0xCFE670) is known color: Mindaro. HEX triplet: CF, E6 and 70. RGB value is (207,230,112). Sum of RGB (Red+Green+Blue) = 207+230+112=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE670 is #30198F. Grayscale: #D2D2D2. Windows color (decimal): -3152272 or 7399119. OLE color: 7399119.

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

Color convert

RGB 207 230 112 -
CMYK 0.10 0 0.51 0.10
HSL 71.69º 0.7% 0.67% -
HSV(B) 71.69º 0.51% 0.9% -
XYZ 56.95 71.03 26.04 -
YUV 209.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 207 230 112 0.10 0 0.51 0.10 71.69 0.7 0.67
Hex CF E6 70 A 0 33 A 48 46 43
Octal 317 346 160 12 0 63 12 110 106 103
Binary 11001111 11100110 1110000 1010 0 110011 1010 1001000 1000110 1000011

Color Harmonies of #CFE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE670

Black with #CFE670

Text Example


Text Example

White with #CFE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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