Html Css Color HEX #CFE07A Mindaro

📋 copy color: '#CFE07A'

red 207 ◦ green 224 ◦ blue 122

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

Shades of Mindaro #CFE07A

Tints of Mindaro #CFE07A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 122 (48.05% from 255) = 22.06%

R = 37.43%
G = 40.51%
B = 22.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#CFE07A (or 0xCFE07A) is known color: Mindaro. HEX triplet: CF, E0 and 7A. RGB value is (207,224,122). Sum of RGB (Red+Green+Blue) = 207+224+122=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07A is #301F85. Grayscale: #CFCFCF. Windows color (decimal): -3153798 or 8052943. OLE color: 8052943.

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

Color convert

RGB 207 224 122 -
CMYK 0.08 0 0.46 0.12
HSL 70º 0.62% 0.68% -
HSV(B) 70º 0.46% 0.88% -
XYZ 55.9 67.98 28.59 -
YUV 207.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 207 224 122 0.08 0 0.46 0.12 70 0.62 0.68
Hex CF E0 7A 8 0 2E C 46 3E 44
Octal 317 340 172 10 0 56 14 106 76 104
Binary 11001111 11100000 1111010 1000 0 101110 1100 1000110 111110 1000100

Color Harmonies of #CFE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE07A

Black with #CFE07A

Text Example


Text Example

White with #CFE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE07A; }

 p { color: rgb(207,224,122); }

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

background-color css

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

 a { background-color: rgb(207,224,122); }

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

border-color css

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

 span { border-color: rgb(207,224,122); }

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