Html Css Color HEX #CFE672 Mindaro

📋 copy color: '#CFE672'

red 207 ◦ green 230 ◦ blue 114

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

Shades of Mindaro #CFE672

Tints of Mindaro #CFE672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 37.57%
G = 41.74%
B = 20.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CFE672 (or 0xCFE672) is known color: Mindaro. HEX triplet: CF, E6 and 72. RGB value is (207,230,114). Sum of RGB (Red+Green+Blue) = 207+230+114=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE672 is #30198D. Grayscale: #D2D2D2. Windows color (decimal): -3152270 or 7530191. OLE color: 7530191.

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

Color convert

RGB 207 230 114 -
CMYK 0.10 0 0.50 0.10
HSL 71.9º 0.7% 0.67% -
HSV(B) 71.9º 0.5% 0.9% -
XYZ 57.07 71.07 26.63 -
YUV 209.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 207 230 114 0.10 0 0.50 0.10 71.9 0.7 0.67
Hex CF E6 72 A 0 32 A 48 46 43
Octal 317 346 162 12 0 62 12 110 106 103
Binary 11001111 11100110 1110010 1010 0 110010 1010 1001000 1000110 1000011

Color Harmonies of #CFE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE672

Black with #CFE672

Text Example


Text Example

White with #CFE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE672; }

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

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

background-color css

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

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

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

border-color css

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

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

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